ExportStatus
public enum ExportStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case inProgress = "IN_PROGRESS"
-
Undocumented
Declaration
Swift
case completed = "COMPLETED"
-
Undocumented
Declaration
Swift
case cancelled = "CANCELLED"
-
Declaration
Swift
public var description: String { get }