RepositoryRulesetRulesRequiredStatusChecksRequiredCheck

data class RepositoryRulesetRulesRequiredStatusChecksRequiredCheck(val context: String, val integrationId: Int? = null)

Constructors

constructor(context: String, integrationId: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(String) The status check context name that must be present on the commit.

Link copied to clipboard
val integrationId: Int? = null

(Number) The optional integration ID that this status check must originate from.