GetTriggerGithub

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>)

Types

Link copied to clipboard
object Companion

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

Name of the repository. For example: The name for https://github.com/googlecloudplatform/cloud-builders is "cloud-builders".

Link copied to clipboard

Owner of the repository. For example: The owner for https://github.com/googlecloudplatform/cloud-builders is "googlecloudplatform".

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'.