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
fromsparkfly_client.models.manufacturer_merchant_ids_inputimportManufacturerMerchantIdsInput# TODO update the JSON string belowjson="{}"# create an instance of ManufacturerMerchantIdsInput from a JSON stringmanufacturer_merchant_ids_input_instance=ManufacturerMerchantIdsInput.from_json(json)
# print the JSON string representation of the objectprintManufacturerMerchantIdsInput.to_json()
# convert the object into a dictmanufacturer_merchant_ids_input_dict=manufacturer_merchant_ids_input_instance.to_dict()
# create an instance of ManufacturerMerchantIdsInput from a dictmanufacturer_merchant_ids_input_form_dict=manufacturer_merchant_ids_input.from_dict(manufacturer_merchant_ids_input_dict)