You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromcyperf.models.get_resources_application_types200_response_one_ofimportGetResourcesApplicationTypes200ResponseOneOf# TODO update the JSON string belowjson="{}"# create an instance of GetResourcesApplicationTypes200ResponseOneOf from a JSON stringget_resources_application_types200_response_one_of_instance=GetResourcesApplicationTypes200ResponseOneOf.from_json(json)
# print the JSON string representation of the objectprint(GetResourcesApplicationTypes200ResponseOneOf.to_json())
# convert the object into a dictget_resources_application_types200_response_one_of_dict=get_resources_application_types200_response_one_of_instance.to_dict()
# create an instance of GetResourcesApplicationTypes200ResponseOneOf from a dictget_resources_application_types200_response_one_of_from_dict=GetResourcesApplicationTypes200ResponseOneOf.from_dict(get_resources_application_types200_response_one_of_dict)