Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.3 KB

File metadata and controls

29 lines (20 loc) · 1.3 KB

EmailDomainResponseWithEmbeddedAllOfEmbedded

Properties

Name Type Description Notes
brands List[Brand] [optional]

Example

from okta.models.email_domain_response_with_embedded_all_of_embedded import EmailDomainResponseWithEmbeddedAllOfEmbedded

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

# convert the object into a dict
email_domain_response_with_embedded_all_of_embedded_dict = email_domain_response_with_embedded_all_of_embedded_instance.to_dict()
# create an instance of EmailDomainResponseWithEmbeddedAllOfEmbedded from a dict
email_domain_response_with_embedded_all_of_embedded_from_dict = EmailDomainResponseWithEmbeddedAllOfEmbedded.from_dict(email_domain_response_with_embedded_all_of_embedded_dict)

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