class documentation

class ListTemplateResult(bb.Struct): (source)

View In Hierarchy

:ivar file_properties.ListTemplateResult.template_ids: List of identifiers for templates added by See :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 template_ids Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _template_ids_value Undocumented
def __init__(self, template_ids=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

template_ids = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_template_ids_value = (source)

Undocumented