LegalHoldsActivateAHoldDetails

public class LegalHoldsActivateAHoldDetails : CustomStringConvertible, JSONRepresentable

Activated a hold.

  • Hold ID.

    Declaration

    Swift

    public let legalHoldId: String
  • Hold name.

    Declaration

    Swift

    public let name: String
  • Hold start date.

    Declaration

    Swift

    public let startDate: Date
  • Hold end date.

    Declaration

    Swift

    public let endDate: Date?
  • Declaration

    Swift

    public var description: String { get }