GetFunctionBuildConfigSourceStorageSource

data class GetFunctionBuildConfigSourceStorageSource(val bucket: String, val generation: Int, val object: String)

Constructors

constructor(bucket: String, generation: Int, object: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Google Cloud Storage bucket containing the source

Link copied to clipboard

Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.

Link copied to clipboard

Google Cloud Storage object containing the source.