models.email_delivery_target module¶
- 
class 
models.email_delivery_target.EmailDeliveryTarget(email_address=None, locale=None, recipient_type=None)[source]¶ Bases:
objectImplementation of the ‘EmailDeliveryTarget’ model.
EmailDeliveryTarget Specifies the email address and the locale setting for it.
- Attributes:
 email_address (string): TODO: type description here. locale (string): Specifies the language in which the emails sent to
the above defined mail address should be in.
- recipient_type (int): Specifies the recipient type on how the emails
 are to received.
- 
classmethod 
from_dictionary(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
 dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
 object: An instance of this structure class.