Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.13 KB

File metadata and controls

31 lines (22 loc) · 1.13 KB

GetDomainConfigsResponseAnyOf1

Properties

Name Type Description Notes
reason str
code str
status object

Example

from client.models.get_domain_configs_response_any_of1 import GetDomainConfigsResponseAnyOf1

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

# convert the object into a dict
get_domain_configs_response_any_of1_dict = get_domain_configs_response_any_of1_instance.to_dict()
# create an instance of GetDomainConfigsResponseAnyOf1 from a dict
get_domain_configs_response_any_of1_from_dict = GetDomainConfigsResponseAnyOf1.from_dict(get_domain_configs_response_any_of1_dict)

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