EndpointSortKey
public enum EndpointSortKey : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case name = "Name"
-
Undocumented
Declaration
Swift
case creationtime = "CreationTime"
-
Undocumented
Declaration
Swift
case status = "Status"
-
Declaration
Swift
public var description: String { get }