Class TriggerGithubPullRequestArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.CloudBuild.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TriggerGithubPullRequestArgs : ResourceArgs
Constructors
View SourceTriggerGithubPullRequestArgs()
Declaration
public TriggerGithubPullRequestArgs()
Properties
View SourceBranch
Regex of branches to match. Specify only one of branch or tag.
Declaration
public Input<string> Branch { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CommentControl
Whether to block builds on a "/gcbrun" comment from a repository owner or collaborator.
Declaration
public Input<string> CommentControl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |