TriggerBuildSource

data class TriggerBuildSource(val repoSource: TriggerBuildSourceRepoSource? = null, val storageSource: TriggerBuildSourceStorageSource? = null)

Constructors

Link copied to clipboard
constructor(repoSource: TriggerBuildSourceRepoSource? = null, storageSource: TriggerBuildSourceStorageSource? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Location of the source in a Google Cloud Source Repository. Structure is documented below.

Link copied to clipboard

Location of the source in an archive file in Google Cloud Storage. Structure is documented below.