Name | Type | Description | Notes |
---|---|---|---|
store_list | StoreListInput | [optional] |
from sparkfly_client.models.store_list_input_request import StoreListInputRequest
# TODO update the JSON string below
json = "{}"
# create an instance of StoreListInputRequest from a JSON string
store_list_input_request_instance = StoreListInputRequest.from_json(json)
# print the JSON string representation of the object
print StoreListInputRequest.to_json()
# convert the object into a dict
store_list_input_request_dict = store_list_input_request_instance.to_dict()
# create an instance of StoreListInputRequest from a dict
store_list_input_request_form_dict = store_list_input_request.from_dict(store_list_input_request_dict)