Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.17 KB

File metadata and controls

31 lines (22 loc) · 1.17 KB

GetDomainConfigs200ResponseAnyOf1

Properties

Name Type Description Notes
reason str
code str
status object

Example

from client.models.get_domain_configs200_response_any_of1 import GetDomainConfigs200ResponseAnyOf1

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

# convert the object into a dict
get_domain_configs200_response_any_of1_dict = get_domain_configs200_response_any_of1_instance.to_dict()
# create an instance of GetDomainConfigs200ResponseAnyOf1 from a dict
get_domain_configs200_response_any_of1_from_dict = GetDomainConfigs200ResponseAnyOf1.from_dict(get_domain_configs200_response_any_of1_dict)

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