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