GcsProfileResponse

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

Cloud Storage bucket profile.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Cloud Storage bucket name.

Link copied to clipboard

The root path inside the Cloud Storage bucket.