| Name | Type | Description | Notes |
|---|---|---|---|
| property_id | str | ||
| value | List[object] | ||
| operator | str |
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)