PatchBucketRequest
public struct PatchBucketRequest : Codable
Updates to an existing bucket resource.
-
Declaration
Swift
public var name: String? -
Declaration
Swift
public var description: String? -
Updates to rules to expire or retain data. No rules means no updates.
Declaration
Swift
public var retentionRules: [PatchRetentionRule]? -
Declaration
Swift
public init(name: String? = nil, description: String? = nil, retentionRules: [PatchRetentionRule]? = nil)
View on GitHub
PatchBucketRequest Structure Reference