class documentation

class RemovePropertiesArg(bb.Struct): (source)

View In Hierarchy

:ivar file_properties.RemovePropertiesArg.path: A unique identifier for the file or folder. :ivar file_properties.RemovePropertiesArg.property_template_ids: A list of identifiers for a template created by :meth:`dropbox.dropbox_client.Dropbox.file_properties_templates_add_for_user` or :meth:`dropbox.dropbox_client.Dropbox.file_properties_templates_add_for_team`.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

property_template_ids = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_path_value = (source)

Undocumented

_property_template_ids_value = (source)

Undocumented