class documentation

class NamespaceRelativePathLogInfo(bb.Struct): (source)

View In Hierarchy

Namespace relative path details. :ivar team_log.NamespaceRelativePathLogInfo.ns_id: Namespace ID. :ivar team_log.NamespaceRelativePathLogInfo.relative_path: A path relative to the specified namespace ID. :ivar team_log.NamespaceRelativePathLogInfo.is_shared_namespace: True if the namespace is shared.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable is_shared_namespace Undocumented
Instance Variable ns_id Undocumented
Instance Variable relative_path Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _is_shared_namespace_value Undocumented
Instance Variable _ns_id_value Undocumented
Instance Variable _relative_path_value Undocumented
def __init__(self, ns_id=None, relative_path=None, is_shared_namespace=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

is_shared_namespace = (source)

Undocumented

Undocumented

relative_path = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_is_shared_namespace_value = (source)

Undocumented

_ns_id_value = (source)

Undocumented

_relative_path_value = (source)

Undocumented