BranchProtectionRequiredStatusCheckArgs

data class BranchProtectionRequiredStatusCheckArgs(val contexts: Output<List<String>>? = null, val strict: Output<Boolean>? = null) : ConvertibleToJava<BranchProtectionRequiredStatusCheckArgs>

Constructors

Link copied to clipboard
constructor(contexts: Output<List<String>>? = null, strict: Output<Boolean>? = null)

Properties

Link copied to clipboard
val contexts: Output<List<String>>? = null

The list of status checks to require in order to merge into this branch. No status checks are required by default.

Link copied to clipboard
val strict: Output<Boolean>? = null

Require branches to be up to date before merging. Defaults to false.

Functions

Link copied to clipboard
open override fun toJava(): BranchProtectionRequiredStatusCheckArgs