LegalHoldsExportDownloadedDetails
open class LegalHoldsExportDownloadedDetails : CustomStringConvertible
Downloaded 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
-
Part.
Declaration
Swift
public let part: String?
-
Filename.
Declaration
Swift
public let fileName: String?
-
Declaration
Swift
open var description: String { get }