Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1 KB

StoreListStoreIdsInput.md

File metadata and controls

28 lines (20 loc) · 1 KB

StoreListStoreIdsInput

Properties

Name Type Description Notes
store_ids List[int] [optional]

Example

from sparkfly_client.models.store_list_store_ids_input import StoreListStoreIdsInput

# TODO update the JSON string below
json = "{}"
# create an instance of StoreListStoreIdsInput from a JSON string
store_list_store_ids_input_instance = StoreListStoreIdsInput.from_json(json)
# print the JSON string representation of the object
print StoreListStoreIdsInput.to_json()

# convert the object into a dict
store_list_store_ids_input_dict = store_list_store_ids_input_instance.to_dict()
# create an instance of StoreListStoreIdsInput from a dict
store_list_store_ids_input_form_dict = store_list_store_ids_input.from_dict(store_list_store_ids_input_dict)

[Back to Model list] [Back to API list] [Back to README]