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
Whether the image was set as the product's thumbnail (primary image).
[optional]
Example
fromhostinger_api.models.ecommerce_v1_product_product_image_upload_resourceimportEcommerceV1ProductProductImageUploadResource# TODO update the JSON string belowjson="{}"# create an instance of EcommerceV1ProductProductImageUploadResource from a JSON stringecommerce_v1_product_product_image_upload_resource_instance=EcommerceV1ProductProductImageUploadResource.from_json(json)
# print the JSON string representation of the objectprint(EcommerceV1ProductProductImageUploadResource.to_json())
# convert the object into a dictecommerce_v1_product_product_image_upload_resource_dict=ecommerce_v1_product_product_image_upload_resource_instance.to_dict()
# create an instance of EcommerceV1ProductProductImageUploadResource from a dictecommerce_v1_product_product_image_upload_resource_from_dict=EcommerceV1ProductProductImageUploadResource.from_dict(ecommerce_v1_product_product_image_upload_resource_dict)