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
fromferatel_client.models.create_tour_variants_search_result_gateway_commandimportCreateTourVariantsSearchResultGatewayCommand# TODO update the JSON string belowjson="{}"# create an instance of CreateTourVariantsSearchResultGatewayCommand from a JSON stringcreate_tour_variants_search_result_gateway_command_instance=CreateTourVariantsSearchResultGatewayCommand.from_json(json)
# print the JSON string representation of the objectprint(CreateTourVariantsSearchResultGatewayCommand.to_json())
# convert the object into a dictcreate_tour_variants_search_result_gateway_command_dict=create_tour_variants_search_result_gateway_command_instance.to_dict()
# create an instance of CreateTourVariantsSearchResultGatewayCommand from a dictcreate_tour_variants_search_result_gateway_command_from_dict=CreateTourVariantsSearchResultGatewayCommand.from_dict(create_tour_variants_search_result_gateway_command_dict)