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
fromhostinger_api.models.ecommerce_v1_store_store_delete_resourceimportEcommerceV1StoreStoreDeleteResource# TODO update the JSON string belowjson="{}"# create an instance of EcommerceV1StoreStoreDeleteResource from a JSON stringecommerce_v1_store_store_delete_resource_instance=EcommerceV1StoreStoreDeleteResource.from_json(json)
# print the JSON string representation of the objectprint(EcommerceV1StoreStoreDeleteResource.to_json())
# convert the object into a dictecommerce_v1_store_store_delete_resource_dict=ecommerce_v1_store_store_delete_resource_instance.to_dict()
# create an instance of EcommerceV1StoreStoreDeleteResource from a dictecommerce_v1_store_store_delete_resource_from_dict=EcommerceV1StoreStoreDeleteResource.from_dict(ecommerce_v1_store_store_delete_resource_dict)