LegalHoldsChangeHoldDetailsDetails
public class LegalHoldsChangeHoldDetailsDetails : CustomStringConvertible, JSONRepresentable
Edited details for a hold.
-
Hold ID.
Declaration
Swift
public let legalHoldId: String -
Hold name.
Declaration
Swift
public let name: String -
Previous details.
Declaration
Swift
public let previousValue: String -
New details.
Declaration
Swift
public let newValue: String -
Declaration
Swift
public var description: String { get }
View on GitHub
LegalHoldsChangeHoldDetailsDetails Class Reference