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