LegalHoldsExportDownloadedDetails

public class LegalHoldsExportDownloadedDetails : CustomStringConvertible, JSONRepresentable

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

    public var description: String { get }