GetBucketsBucket

data class GetBucketsBucket(val labels: Map<String, String>, val location: String, val name: String, val selfLink: String, val storageClass: String)

Constructors

Link copied to clipboard
constructor(labels: Map<String, String>, location: String, name: String, selfLink: String, storageClass: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

User-provided bucket labels, in key/value pairs.

Link copied to clipboard

The location of the bucket.

Link copied to clipboard

The name of the bucket.

Link copied to clipboard

A url reference to the bucket.

Link copied to clipboard

The StorageClass of the bucket.