ConnectionProfileGcsProfile

data class ConnectionProfileGcsProfile(val bucket: String, val rootPath: String? = null)

Constructors

Link copied to clipboard
constructor(bucket: String, rootPath: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Cloud Storage bucket name.

Link copied to clipboard
val rootPath: String? = null

The root path inside the Cloud Storage bucket.