Attributes
public class Attributes : APIModel
Undocumented
-
Availability status of the referenced resource
See moreDeclaration
Swift
public enum PCStatus : String, Codable, Equatable, CaseIterable -
Availability status of the referenced resource
Declaration
Swift
public var status: PCStatus? -
Time of status last update (iso8601)
Declaration
Swift
public var updatedAt: DateTime? -
Declaration
Swift
public required init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws -
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool -
Declaration
Swift
public static func == (lhs: Attributes, rhs: Attributes) -> Bool
View on GitHub
Attributes Class Reference