EmailConfig#

class EmailConfig(subject=None, content=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#

Bases: ExternalizableAbstractModel

Quota policy email configuration.

Parameters:
  • subject (required max=988 chars) – (subject) Email subject.

  • content (required max=4095 chars) – (content) Email content.

property content#

Email content.

Type:

str

property subject#

Email subject.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model