BucketLinks
public struct BucketLinks : Codable
-
URI of resource.
Declaration
Swift
public var labels: String?
-
URI of resource.
Declaration
Swift
public var members: String?
-
URI of resource.
Declaration
Swift
public var org: String?
-
URI of resource.
Declaration
Swift
public var owners: String?
-
URI of resource.
Declaration
Swift
public var _self: String?
-
URI of resource.
Declaration
Swift
public var write: String?
-
Declaration
Swift
public init(labels: String? = nil, members: String? = nil, org: String? = nil, owners: String? = nil, _self: String? = nil, write: String? = nil)
-
Declaration
Swift
public enum CodingKeys : String, CodingKey, CaseIterable