BatchOperationsJobPutMetadataArgs

data class BatchOperationsJobPutMetadataArgs(val cacheControl: Output<String>? = null, val contentDisposition: Output<String>? = null, val contentEncoding: Output<String>? = null, val contentLanguage: Output<String>? = null, val contentType: Output<String>? = null, val customMetadata: Output<Map<String, String>>? = null, val customTime: Output<String>? = null) : ConvertibleToJava<BatchOperationsJobPutMetadataArgs>

Constructors

Link copied to clipboard
constructor(cacheControl: Output<String>? = null, contentDisposition: Output<String>? = null, contentEncoding: Output<String>? = null, contentLanguage: Output<String>? = null, contentType: Output<String>? = null, customMetadata: Output<Map<String, String>>? = null, customTime: Output<String>? = null)

Properties

Link copied to clipboard
val cacheControl: Output<String>? = null

Cache-Control directive to specify caching behavior of object data. If omitted and object is accessible to all anonymous users, the default will be public, max-age=3600

Link copied to clipboard
val contentDisposition: Output<String>? = null

Content-Disposition of the object data.

Link copied to clipboard
val contentEncoding: Output<String>? = null

Content Encoding of the object data.

Link copied to clipboard
val contentLanguage: Output<String>? = null

Content-Language of the object data.

Link copied to clipboard
val contentType: Output<String>? = null

Content-Type of the object data.

Link copied to clipboard
val customMetadata: Output<Map<String, String>>? = null

User-provided metadata, in key/value pairs.

Link copied to clipboard
val customTime: Output<String>? = null

Updates the objects fixed custom time metadata.

Functions

Link copied to clipboard
open override fun toJava(): BatchOperationsJobPutMetadataArgs