Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.12 KB

GetEmailSettings200ResponseOneOf.md

File metadata and controls

28 lines (20 loc) · 1.12 KB

GetEmailSettings200ResponseOneOf

Properties

Name Type Description Notes
mode str [optional]

Example

from onelogin.models.get_email_settings200_response_one_of import GetEmailSettings200ResponseOneOf

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

# convert the object into a dict
get_email_settings200_response_one_of_dict = get_email_settings200_response_one_of_instance.to_dict()
# create an instance of GetEmailSettings200ResponseOneOf from a dict
get_email_settings200_response_one_of_form_dict = get_email_settings200_response_one_of.from_dict(get_email_settings200_response_one_of_dict)

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