GcsProfileResponse

data class GcsProfileResponse(val bucketName: String, val rootPath: String)

Cloud Storage bucket profile.

Constructors

Link copied to clipboard
fun GcsProfileResponse(bucketName: String, rootPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The full project and resource path for Cloud Storage bucket including the name.

Link copied to clipboard

The root path inside the Cloud Storage bucket.