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
fromcm_python_openapi_sdk.models.default_values_multi_select_dtoimportDefaultValuesMultiSelectDTO# TODO update the JSON string belowjson="{}"# create an instance of DefaultValuesMultiSelectDTO from a JSON stringdefault_values_multi_select_dto_instance=DefaultValuesMultiSelectDTO.from_json(json)
# print the JSON string representation of the objectprint(DefaultValuesMultiSelectDTO.to_json())
# convert the object into a dictdefault_values_multi_select_dto_dict=default_values_multi_select_dto_instance.to_dict()
# create an instance of DefaultValuesMultiSelectDTO from a dictdefault_values_multi_select_dto_from_dict=DefaultValuesMultiSelectDTO.from_dict(default_values_multi_select_dto_dict)