Get Trigger Github
data class GetTriggerGithub(val enterpriseConfigResourceName: String, val name: String, val owner: String, val pullRequests: List<GetTriggerGithubPullRequest>, val pushes: List<GetTriggerGithubPush>)
Constructors
Link copied to clipboard
constructor(enterpriseConfigResourceName: String, name: String, owner: String, pullRequests: List<GetTriggerGithubPullRequest>, pushes: List<GetTriggerGithubPush>)
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'.
Link copied to clipboard
filter to match changes in refs, like branches or tags. Specify only one of 'pull_request' or 'push'.