BucketLifecycleRuleAction

data class BucketLifecycleRuleAction(val storageClass: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(storageClass: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val storageClass: String? = null

The target Storage Class of objects affected by this Lifecycle Rule. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE.

Link copied to clipboard

The type of the action of this Lifecycle Rule. Supported values include: Delete, SetStorageClass and AbortIncompleteMultipartUpload.