class documentation

Undocumented

Method __init__ No summary
Method __repr__ Provide a default repr for all object types.
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 _properties 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
def __init__(self, connection, data): (source)
Parameters
connection:ConnectionProtoAPI connection object to fetch sub-resources.
data:ContentTypeData from REST API.
async def save(self): (source)

Undocumented

Returns
Tuple[ResponseType, ContentType]Undocumented
def _get(self, key): (source)

Get the value of 'key' from object's REST data.

Parameters
key:strThe key to get value for.
Returns
strUndocumented
def _reset_cache(self): (source)

Undocumented

def _set(self, key, value): (source)

Undocumented

Parameters
key:strUndocumented
value:AnyUndocumented
_read_only_properties: Sequence[str] = (source)
_writable_properties: Sequence[str] = (source)
_changed_rest_data: dict = (source)

Undocumented

_connection = (source)

Undocumented

Undocumented