LegalHoldsListHeldRevisionResult

public class LegalHoldsListHeldRevisionResult : CustomStringConvertible, JSONRepresentable

The LegalHoldsListHeldRevisionResult struct

  • List of file entries that under the hold.

    Declaration

    Swift

    public let entries: [Team.LegalHoldHeldRevisionMetadata]
  • 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. Pass the cursor into /2/team/legal_holds/list_held_revisions/continue.

    Declaration

    Swift

    public let cursor: String?
  • True if there are more file entries that haven’t been returned. You can retrieve them with a call to /legal_holds/list_held_revisions_continue.

    Declaration

    Swift

    public let hasMore: Bool
  • Declaration

    Swift

    public var description: String { get }