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.request_filter_details_create_accommodation_pool_request_gateway_commandimportRequestFilterDetailsCreateAccommodationPoolRequestGatewayCommand# TODO update the JSON string belowjson="{}"# create an instance of RequestFilterDetailsCreateAccommodationPoolRequestGatewayCommand from a JSON stringrequest_filter_details_create_accommodation_pool_request_gateway_command_instance=RequestFilterDetailsCreateAccommodationPoolRequestGatewayCommand.from_json(json)
# print the JSON string representation of the objectprint(RequestFilterDetailsCreateAccommodationPoolRequestGatewayCommand.to_json())
# convert the object into a dictrequest_filter_details_create_accommodation_pool_request_gateway_command_dict=request_filter_details_create_accommodation_pool_request_gateway_command_instance.to_dict()
# create an instance of RequestFilterDetailsCreateAccommodationPoolRequestGatewayCommand from a dictrequest_filter_details_create_accommodation_pool_request_gateway_command_from_dict=RequestFilterDetailsCreateAccommodationPoolRequestGatewayCommand.from_dict(request_filter_details_create_accommodation_pool_request_gateway_command_dict)