class documentation

Information about current user's root. :ivar common.RootInfo.root_namespace_id: The namespace ID for user's root namespace. It will be the namespace ID of the shared team root if the user is member of a team with a separate team root. Otherwise it will be same as ``RootInfo.home_namespace_id``. :ivar common.RootInfo.home_namespace_id: The namespace ID for user's home namespace.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable home_namespace_id Undocumented
Instance Variable root_namespace_id Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields 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): (source)
home_namespace_id = (source)

Undocumented

root_namespace_id = (source)

Undocumented

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

Undocumented

_root_namespace_id_value = (source)

Undocumented