class documentation

class AddTagArg(bb.Struct): (source)

View In Hierarchy

:ivar files.AddTagArg.path: Path to the item to be tagged. :ivar files.AddTagArg.tag_text: The value of the tag to add. Will be automatically converted to lowercase letters.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable path Undocumented
Instance Variable tag_text Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _path_value Undocumented
Instance Variable _tag_text_value Undocumented
def __init__(self, path=None, tag_text=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

tag_text = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_path_value = (source)

Undocumented

_tag_text_value = (source)

Undocumented