class documentation

class TeamRootInfo(RootInfo): (source)

View In Hierarchy

Root info when user is member of a team with a separate root namespace ID. :ivar common.TeamRootInfo.home_path: The path for user's home directory under the shared team root.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable home_path Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _home_path_value Undocumented

Inherited from RootInfo:

Instance Variable home_namespace_id Undocumented
Instance Variable root_namespace_id Undocumented
Instance Variable _home_namespace_id_value Undocumented
Instance Variable _root_namespace_id_value Undocumented
def __init__(self, root_namespace_id=None, home_namespace_id=None, home_path=None): (source)

Undocumented

home_path = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_has_required_fields: bool = (source)
_home_path_value = (source)

Undocumented