DescriptionLicense¶
Licence in document description.
Properties¶
Name | Type | Description | Notes |
---|---|---|---|
code | Code | [optional] | |
text | Text | [optional] |
Example¶
from deepsearch.cps.apis.public_v2.models.description_license import DescriptionLicense
# TODO update the JSON string below
json = "{}"
# create an instance of DescriptionLicense from a JSON string
description_license_instance = DescriptionLicense.from_json(json)
# print the JSON string representation of the object
print(DescriptionLicense.to_json())
# convert the object into a dict
description_license_dict = description_license_instance.to_dict()
# create an instance of DescriptionLicense from a dict
description_license_form_dict = description_license.from_dict(description_license_dict)