class documentation

class LegalHoldsListHeldRevisionResult(bb.Struct): (source)

View In Hierarchy

:ivar team.LegalHoldsListHeldRevisionResult.entries: List of file entries that under the hold. :ivar team.LegalHoldsListHeldRevisionResult.cursor: 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. :ivar team.LegalHoldsListHeldRevisionResult.has_more: 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.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable cursor Undocumented
Instance Variable entries Undocumented
Instance Variable has_more Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _cursor_value Undocumented
Instance Variable _entries_value Undocumented
Instance Variable _has_more_value Undocumented
def __init__(self, entries=None, has_more=None, cursor=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

has_more = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_cursor_value = (source)

Undocumented

_entries_value = (source)

Undocumented

_has_more_value = (source)

Undocumented