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