Repository Ruleset Rules Branch Name Pattern
data class RepositoryRulesetRulesBranchNamePattern(val name: String? = null, val negate: Boolean? = null, val operator: String, val pattern: String)
Constructors
Link copied to clipboard
fun RepositoryRulesetRulesBranchNamePattern(name: String? = null, negate: Boolean? = null, operator: String, pattern: String)