Get Bucket Object Content Result
data class GetBucketObjectContentResult(val bucket: String, val cacheControl: String, val content: String? = null, val contentDisposition: String, val contentEncoding: String, val contentLanguage: String, val contentType: String, val crc32c: String, val customerEncryptions: List<GetBucketObjectContentCustomerEncryption>, val detectMd5hash: String, val eventBasedHold: Boolean, val id: String, val kmsKeyName: String, val md5hash: String, val mediaLink: String, val metadata: Map<String, String>, val name: String, val outputName: String, val selfLink: String, val source: String, val storageClass: String, val temporaryHold: Boolean)
A collection of values returned by getBucketObjectContent.
Constructors
Link copied to clipboard
constructor(bucket: String, cacheControl: String, content: String? = null, contentDisposition: String, contentEncoding: String, contentLanguage: String, contentType: String, crc32c: String, customerEncryptions: List<GetBucketObjectContentCustomerEncryption>, detectMd5hash: String, eventBasedHold: Boolean, id: String, kmsKeyName: String, md5hash: String, mediaLink: String, metadata: Map<String, String>, name: String, outputName: String, selfLink: String, source: String, storageClass: String, temporaryHold: Boolean)
Properties
Link copied to clipboard
Link copied to clipboard
(Computed) Content-Language of the object content.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard