Get Backend Bucket Result
data class GetBackendBucketResult(val bucketName: String, val cdnPolicies: List<GetBackendBucketCdnPolicy>, val compressionMode: String, val creationTimestamp: String, val customResponseHeaders: List<String>, val description: String, val edgeSecurityPolicy: String, val enableCdn: Boolean, val id: String, val name: String, val project: String? = null, val selfLink: String)
A collection of values returned by getBackendBucket.
Constructors
Link copied to clipboard
constructor(bucketName: String, cdnPolicies: List<GetBackendBucketCdnPolicy>, compressionMode: String, creationTimestamp: String, customResponseHeaders: List<String>, description: String, edgeSecurityPolicy: String, enableCdn: Boolean, id: String, name: String, project: String? = null, selfLink: String)