FunctionBuildConfigSource

data class FunctionBuildConfigSource(val repoSource: FunctionBuildConfigSourceRepoSource? = null, val storageSource: FunctionBuildConfigSourceStorageSource? = null)

Constructors

Link copied to clipboard
constructor(repoSource: FunctionBuildConfigSourceRepoSource? = null, storageSource: FunctionBuildConfigSourceStorageSource? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If provided, get the source from this location in a Cloud Source Repository. Structure is documented below.

Link copied to clipboard

If provided, get the source from this location in Google Cloud Storage. Structure is documented below.