Dump
public struct Dump : Codable, Equatable
Dump instances represent the current status of a dump in the server
-
Unique identifier and file name of the dump (.dump)
Declaration
Swift
public let uid: String -
Status of the dump creation
Declaration
Swift
public let status: Status -
Undocumented
Declaration
Swift
public let startedAt: String? -
Undocumented
Declaration
Swift
public let finishedAt: String? -
Undocumented
See moreDeclaration
Swift
public enum Status : Codable, Equatable
Dump Structure Reference