LegalHoldsReleaseAHoldDetails
public class LegalHoldsReleaseAHoldDetails : CustomStringConvertible, JSONRepresentable
Released a hold.
-
Hold ID.
Declaration
Swift
public let legalHoldId: String -
Hold name.
Declaration
Swift
public let name: String -
Declaration
Swift
public var description: String { get }
View on GitHub
LegalHoldsReleaseAHoldDetails Class Reference