FunctionBuildConfigSourceStorageSource

data class FunctionBuildConfigSourceStorageSource(val bucket: String? = null, val generation: Int? = null, val object: String? = null)

Constructors

Link copied to clipboard
constructor(bucket: String? = null, generation: Int? = null, object: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucket: String? = null

Google Cloud Storage bucket containing the source

Link copied to clipboard
val generation: Int? = null

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

Link copied to clipboard
val object: String? = null

Google Cloud Storage object containing the source.