class documentation

class PropertyField(bb.Struct): (source)

View In Hierarchy

Raw key/value data to be associated with a Dropbox file. Property fields are added to Dropbox files as a :class:`PropertyGroup`. :ivar file_properties.PropertyField.name: Key of the property field associated with a file and template. Keys can be up to 256 bytes. :ivar file_properties.PropertyField.value: Value of the property field associated with a file and template. Values can be up to 1024 bytes.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable name Undocumented
Instance Variable value Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _name_value Undocumented
Instance Variable _value_value Undocumented
def __init__(self, name=None, value=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_name_value = (source)

Undocumented

_value_value = (source)

Undocumented