class documentation

class OverwritePropertyGroupArg(bb.Struct): (source)

View In Hierarchy

:ivar file_properties.OverwritePropertyGroupArg.path: A unique identifier for the file or folder. :ivar file_properties.OverwritePropertyGroupArg.property_groups: The property groups "snapshot" updates to force apply. No two groups in the input should refer to the same template.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

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

_property_groups_value = (source)

Undocumented