class documentation

class ListRevisionsArg(bb.Struct): (source)

View In Hierarchy

:ivar files.ListRevisionsArg.path: The path to the file you want to see the revisions of. :ivar files.ListRevisionsArg.mode: Determines the behavior of the API in listing the revisions for a given file path or id. :ivar files.ListRevisionsArg.limit: The maximum number of revision entries returned.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable limit Undocumented
Instance Variable mode Undocumented
Instance Variable path Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _limit_value Undocumented
Instance Variable _mode_value Undocumented
Instance Variable _path_value Undocumented
def __init__(self, path=None, mode=None, limit=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_limit_value = (source)

Undocumented

_mode_value = (source)

Undocumented

_path_value = (source)

Undocumented