OrganizationRulesetRulesRequiredWorkflowsRequiredWorkflowArgs

data class OrganizationRulesetRulesRequiredWorkflowsRequiredWorkflowArgs(val path: Output<String>, val ref: Output<String>? = null, val repositoryId: Output<Int>) : ConvertibleToJava<OrganizationRulesetRulesRequiredWorkflowsRequiredWorkflowArgs>

Constructors

constructor(path: Output<String>, ref: Output<String>? = null, repositoryId: Output<Int>)

Properties

Link copied to clipboard
val path: Output<String>

The path to the workflow YAML definition file.

Link copied to clipboard
val ref: Output<String>? = null

The ref (branch or tag) of the workflow file to use.

Link copied to clipboard
val repositoryId: Output<Int>

The repository in which the workflow is defined.

Functions

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