Branch Protection Required Status Check Args
data class BranchProtectionRequiredStatusCheckArgs(val contexts: Output<List<String>>? = null, val strict: Output<Boolean>? = null) : ConvertibleToJava<BranchProtectionRequiredStatusCheckArgs>
Constructors
Link copied to clipboard
fun BranchProtectionRequiredStatusCheckArgs(contexts: Output<List<String>>? = null, strict: Output<Boolean>? = null)