StorageSourceResponse

data class StorageSourceResponse(val bucket: String, val generation: String, val object: String)

StorageSource describes the location of the source in an archive file in Google Cloud Storage.

Constructors

Link copied to clipboard
fun StorageSourceResponse(bucket: String, generation: String, object: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Google Cloud Storage bucket containing source (see Bucket Name Requirements (https://cloud.google.com/storage/docs/bucket-naming#requirements)).

Link copied to clipboard

Google Cloud Storage generation for the object.

Link copied to clipboard

Google Cloud Storage object containing source.