Size1
Properties
Name |
Type |
Description |
Notes |
|
|
|
|
Example
from deepsearch.cps.apis.public_v2.models.size1 import Size1
# TODO update the JSON string below
json = "{}"
# create an instance of Size1 from a JSON string
size1_instance = Size1.from_json(json)
# print the JSON string representation of the object
print(Size1.to_json())
# convert the object into a dict
size1_dict = size1_instance.to_dict()
# create an instance of Size1 from a dict
size1_form_dict = size1.from_dict(size1_dict)
[Back to Model list] [Back to API list] [Back to README]