Trigger Github
data class TriggerGithub(val enterpriseConfigResourceName: String? = null, val name: String? = null, val owner: String? = null, val pullRequest: TriggerGithubPullRequest? = null, val push: TriggerGithubPush? = null)
Constructors
Link copied to clipboard
constructor(enterpriseConfigResourceName: String? = null, name: String? = null, owner: String? = null, pullRequest: TriggerGithubPullRequest? = null, push: TriggerGithubPush? = null)
Properties
Link copied to clipboard
The resource name of the github enterprise config that should be applied to this installation. For example: "projects/{$projectId}/locations/{$locationId}/githubEnterpriseConfigs/{$configId}"
Link copied to clipboard
filter to match changes in pull requests. Specify only one of pull_request
or push
. Structure is documented below.
Link copied to clipboard
filter to match changes in refs, like branches or tags. Specify only one of pull_request
or push
. Structure is documented below.