| Name | Type | Description | Notes |
|---|---|---|---|
| sales_channel | EcommerceV1SalesChannelSalesChannelCreationResourceSalesChannel | [optional] |
from hostinger_api.models.ecommerce_v1_sales_channel_sales_channel_update_resource import EcommerceV1SalesChannelSalesChannelUpdateResource
# TODO update the JSON string below
json = "{}"
# create an instance of EcommerceV1SalesChannelSalesChannelUpdateResource from a JSON string
ecommerce_v1_sales_channel_sales_channel_update_resource_instance = EcommerceV1SalesChannelSalesChannelUpdateResource.from_json(json)
# print the JSON string representation of the object
print(EcommerceV1SalesChannelSalesChannelUpdateResource.to_json())
# convert the object into a dict
ecommerce_v1_sales_channel_sales_channel_update_resource_dict = ecommerce_v1_sales_channel_sales_channel_update_resource_instance.to_dict()
# create an instance of EcommerceV1SalesChannelSalesChannelUpdateResource from a dict
ecommerce_v1_sales_channel_sales_channel_update_resource_from_dict = EcommerceV1SalesChannelSalesChannelUpdateResource.from_dict(ecommerce_v1_sales_channel_sales_channel_update_resource_dict)