Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.11 KB

File metadata and controls

30 lines (21 loc) · 1.11 KB

GetDomainConfigsResponseAnyOf

Properties

Name Type Description Notes
configurations object
status object

Example

from client.models.get_domain_configs_response_any_of import GetDomainConfigsResponseAnyOf

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

# convert the object into a dict
get_domain_configs_response_any_of_dict = get_domain_configs_response_any_of_instance.to_dict()
# create an instance of GetDomainConfigsResponseAnyOf from a dict
get_domain_configs_response_any_of_from_dict = GetDomainConfigsResponseAnyOf.from_dict(get_domain_configs_response_any_of_dict)

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