class documentation

class UpdateTemplateArg(bb.Struct): (source)

View In Hierarchy

:ivar file_properties.UpdateTemplateArg.template_id: An identifier for template 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`. :ivar file_properties.UpdateTemplateArg.name: A display name for the template. template names can be up to 256 bytes. :ivar file_properties.UpdateTemplateArg.description: Description for the new template. Template descriptions can be up to 1024 bytes. :ivar file_properties.UpdateTemplateArg.add_fields: Property field templates to be added to the group template. There can be up to 32 properties in a single template.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable add_fields Undocumented
Instance Variable description Undocumented
Instance Variable name Undocumented
Instance Variable template_id Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _add_fields_value Undocumented
Instance Variable _description_value Undocumented
Instance Variable _name_value Undocumented
Instance Variable _template_id_value Undocumented
def __init__(self, template_id=None, name=None, description=None, add_fields=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

add_fields = (source)

Undocumented

description = (source)

Undocumented

Undocumented

template_id = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_add_fields_value = (source)

Undocumented

_description_value = (source)

Undocumented

_name_value = (source)

Undocumented

_template_id_value = (source)

Undocumented