RepositoryRulesetRulesRequiredStatusChecksRequiredCheckArgs

data class RepositoryRulesetRulesRequiredStatusChecksRequiredCheckArgs(val context: Output<String>, val integrationId: Output<Int>? = null) : ConvertibleToJava<RepositoryRulesetRulesRequiredStatusChecksRequiredCheckArgs>

Constructors

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

Properties

Link copied to clipboard
val context: Output<String>

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

Link copied to clipboard
val integrationId: Output<Int>? = null

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

Functions

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