RepositoryRulesetRulesCommitAuthorEmailPattern

data class RepositoryRulesetRulesCommitAuthorEmailPattern(val name: String? = null, val negate: Boolean? = null, val operator: String, val pattern: String)

Constructors

constructor(name: String? = null, negate: Boolean? = null, operator: String, pattern: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

(String) The name of the ruleset.

Link copied to clipboard
val negate: Boolean? = null

(Boolean) If true, the rule will fail if the pattern matches.

Link copied to clipboard

(String) The operator to use for matching. Can be one of: starts_with, ends_with, contains, regex.

Link copied to clipboard

(String) The pattern to match with.