Source2
Properties
| Name | Type | Description | Notes | 
|  |  |  |  | 
Example
from deepsearch.cps.apis.public_v2.models.source2 import Source2
# TODO update the JSON string below
json = "{}"
# create an instance of Source2 from a JSON string
source2_instance = Source2.from_json(json)
# print the JSON string representation of the object
print(Source2.to_json())
# convert the object into a dict
source2_dict = source2_instance.to_dict()
# create an instance of Source2 from a dict
source2_form_dict = source2.from_dict(source2_dict)