PostBucketRequest
public struct PostBucketRequest : Codable
-
Declaration
Swift
public var orgID: String -
Declaration
Swift
public var name: String -
Declaration
Swift
public var description: String? -
Declaration
Swift
public var rp: String? -
Rules to expire or retain data. No rules means data never expires.
Declaration
Swift
public var retentionRules: [RetentionRule] -
Declaration
Swift
public var schemaType: SchemaType? -
Declaration
Swift
public init(orgID: String, name: String, description: String? = nil, rp: String? = nil, retentionRules: [RetentionRule], schemaType: SchemaType? = nil)
View on GitHub
PostBucketRequest Structure Reference