class documentation

class ContentSyncSettingArg(bb.Struct): (source)

View In Hierarchy

:ivar files.ContentSyncSettingArg.id: Id of the item this setting is applied to. :ivar files.ContentSyncSettingArg.sync_setting: Setting for this item.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable id Undocumented
Instance Variable sync_setting Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _id_value Undocumented
Instance Variable _sync_setting_value Undocumented
def __init__(self, id=None, sync_setting=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

sync_setting = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_id_value = (source)

Undocumented

_sync_setting_value = (source)

Undocumented