LegalHoldsExportCancelledDetails
open class LegalHoldsExportCancelledDetails : CustomStringConvertible
Canceled export for a hold.
-
Hold ID.
Declaration
Swift
public let legalHoldId: String
-
Hold name.
Declaration
Swift
public let name: String
-
Export name.
Declaration
Swift
public let exportName: String
-
Declaration
Swift
open var description: String { get }