LegalHoldsExportCancelledDetails
public class LegalHoldsExportCancelledDetails : CustomStringConvertible, JSONRepresentable
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
public var description: String { get }
View on GitHub
LegalHoldsExportCancelledDetails Class Reference