class documentation

class GetTagsResult(bb.Struct): (source)

View In Hierarchy

:ivar files.GetTagsResult.paths_to_tags: List of paths and their corresponding tags.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable paths_to_tags Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _paths_to_tags_value Undocumented
def __init__(self, paths_to_tags=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

paths_to_tags = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_paths_to_tags_value = (source)

Undocumented