You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operation that is applied to join `operands` together
value
object
[optional]
operands
object
Other filters to join together using `operation`
Example
frommedigate_api.models.validating_compound_query_filter_device_alert_operands_innerimportValidatingCompoundQueryFilterDeviceAlertOperandsInner# TODO update the JSON string belowjson="{}"# create an instance of ValidatingCompoundQueryFilterDeviceAlertOperandsInner from a JSON stringvalidating_compound_query_filter_device_alert_operands_inner_instance=ValidatingCompoundQueryFilterDeviceAlertOperandsInner.from_json(json)
# print the JSON string representation of the objectprintValidatingCompoundQueryFilterDeviceAlertOperandsInner.to_json()
# convert the object into a dictvalidating_compound_query_filter_device_alert_operands_inner_dict=validating_compound_query_filter_device_alert_operands_inner_instance.to_dict()
# create an instance of ValidatingCompoundQueryFilterDeviceAlertOperandsInner from a dictvalidating_compound_query_filter_device_alert_operands_inner_form_dict=validating_compound_query_filter_device_alert_operands_inner.from_dict(validating_compound_query_filter_device_alert_operands_inner_dict)