LegalHoldsExportRemovedDetails
public class LegalHoldsExportRemovedDetails : CustomStringConvertible, JSONRepresentable
Removed 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 }