LinkAssociationState
public enum LinkAssociationState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case pending = "PENDING"
-
Undocumented
Declaration
Swift
case available = "AVAILABLE"
-
Undocumented
Declaration
Swift
case deleting = "DELETING"
-
Undocumented
Declaration
Swift
case deleted = "DELETED"
-
Declaration
Swift
public var description: String { get }