class documentation

Undocumented

Method __init__ No summary
Method __repr__ Provide a default repr for all object types.
Instance Variable mailing_list Undocumented
Class Variable _read_only_properties Undocumented

Inherited from RESTObject:

Method __getattr__ Undocumented
Method __setattr__ Undocumented
Async Method delete Undocumented

Inherited from RESTBase (via RESTObject):

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 _writable_properties Undocumented
Instance Variable _changed_rest_data Undocumented
Instance Variable _connection Undocumented
Instance Variable _data Undocumented
def __init__(self, mailing_list, connection, data): (source)
Parameters
mailing_list:MailingListUndocumented
connection:ConnectionProtoAPI connection object to fetch sub-resources.
data:ContentTypeData from REST API.
def __repr__(self): (source)

Provide a default repr for all object types.

Returns
strUndocumented
mailing_list = (source)

Undocumented

_read_only_properties: tuple[str, ...] = (source)