Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.26 KB

File metadata and controls

32 lines (23 loc) · 1.26 KB

EmailCustomizationAllOfLinks

Properties

Name Type Description Notes
var_self HrefObject [optional]
template HrefObject [optional]
preview HrefObject [optional]
test HrefObject [optional]

Example

from okta.models.email_customization_all_of_links import EmailCustomizationAllOfLinks

# TODO update the JSON string below
json = "{}"
# create an instance of EmailCustomizationAllOfLinks from a JSON string
email_customization_all_of_links_instance = EmailCustomizationAllOfLinks.from_json(json)
# print the JSON string representation of the object
print(EmailCustomizationAllOfLinks.to_json())

# convert the object into a dict
email_customization_all_of_links_dict = email_customization_all_of_links_instance.to_dict()
# create an instance of EmailCustomizationAllOfLinks from a dict
email_customization_all_of_links_from_dict = EmailCustomizationAllOfLinks.from_dict(email_customization_all_of_links_dict)

[Back to Model list] [Back to API list] [Back to README]