LegalHoldsListHeldRevisionsContinueArg

public class LegalHoldsListHeldRevisionsContinueArg : CustomStringConvertible, JSONRepresentable

The LegalHoldsListHeldRevisionsContinueArg struct

  • id

    The legal hold Id.

    Declaration

    Swift

    public let id: String
  • The cursor idicates where to continue reading file metadata entries for the next API call. When there are no more entries, the cursor will return none.

    Declaration

    Swift

    public let cursor: String?
  • Declaration

    Swift

    public var description: String { get }