StorageBucket

@Serializable
data class StorageBucket(val storageKey: String, val name: String? = null)

Constructors

Link copied to clipboard
constructor(storageKey: String, name: String? = null)

Properties

Link copied to clipboard
val name: String? = null

If not specified, it is the default bucket of the storageKey.

Link copied to clipboard