Trigger Repository Event Config Pull Request Args
data class TriggerRepositoryEventConfigPullRequestArgs(val branch: Output<String>? = null, val commentControl: Output<String>? = null, val invertRegex: Output<Boolean>? = null) : ConvertibleToJava<TriggerRepositoryEventConfigPullRequestArgs>
Constructors
Link copied to clipboard
fun TriggerRepositoryEventConfigPullRequestArgs(branch: Output<String>? = null, commentControl: Output<String>? = null, invertRegex: Output<Boolean>? = null)