Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 891 Bytes

File metadata and controls

31 lines (22 loc) · 891 Bytes

HavingIn1

Properties

Name Type Description Notes
property_id str
value List[object]
operator str

Example

from cm_python_openapi_sdk.models.having_in1 import HavingIn1

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

# convert the object into a dict
having_in1_dict = having_in1_instance.to_dict()
# create an instance of HavingIn1 from a dict
having_in1_from_dict = HavingIn1.from_dict(having_in1_dict)

[Back to Model list] [Back to API list] [Back to README]