class documentation

class UpdatePropertiesArg(bb.Struct): (source)

View In Hierarchy

:ivar file_properties.UpdatePropertiesArg.path: A unique identifier for the file or folder. :ivar file_properties.UpdatePropertiesArg.update_property_groups: The property groups "delta" updates to apply.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

update_property_groups = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_path_value = (source)

Undocumented

_update_property_groups_value = (source)

Undocumented