SourceResponse

data class SourceResponse(val repoSource: RepoSourceResponse, val storageSource: StorageSourceResponse)

The location of the function source code.

Constructors

Link copied to clipboard
constructor(repoSource: RepoSourceResponse, storageSource: StorageSourceResponse)

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.

Link copied to clipboard

If provided, get the source from this location in Google Cloud Storage.