Skip to content

MergeMode

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.merge_mode import MergeMode

# TODO update the JSON string below
json = "{}"
# create an instance of MergeMode from a JSON string
merge_mode_instance = MergeMode.from_json(json)
# print the JSON string representation of the object
print(MergeMode.to_json())

# convert the object into a dict
merge_mode_dict = merge_mode_instance.to_dict()
# create an instance of MergeMode from a dict
merge_mode_form_dict = merge_mode.from_dict(merge_mode_dict)
[Back to Model list] [Back to API list] [Back to README]