class documentation

Undocumented

Method __repr__ Provide a default repr for all object types.
Class Variable _properties Undocumented

Inherited from RESTObject:

Method __getattr__ Undocumented
Method __setattr__ Undocumented
Async Method delete Undocumented

Inherited from RESTBase (via RESTObject):

Method __init__ No summary
Async Method save Undocumented
Method _get Get the value of 'key' from object's REST data.
Method _reset_cache Undocumented
Method _set Undocumented
Class Variable _read_only_properties Undocumented
Class Variable _writable_properties Undocumented
Instance Variable _changed_rest_data Undocumented
Instance Variable _connection Undocumented
Instance Variable _data Undocumented

Inherited from PreferencesMixin (via RESTObject, RESTBase):

Async Method preferences Undocumented
Instance Variable _preferences Undocumented
def __repr__(self): (source)

Provide a default repr for all object types.

Returns
strUndocumented
_properties: tuple[str, ...] = (source)