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_filterpublic_ot_activity_events_operands_innerimportValidatingCompoundQueryFilterpublicOtActivityEventsOperandsInner# TODO update the JSON string belowjson="{}"# create an instance of ValidatingCompoundQueryFilterpublicOtActivityEventsOperandsInner from a JSON stringvalidating_compound_query_filterpublic_ot_activity_events_operands_inner_instance=ValidatingCompoundQueryFilterpublicOtActivityEventsOperandsInner.from_json(json)
# print the JSON string representation of the objectprintValidatingCompoundQueryFilterpublicOtActivityEventsOperandsInner.to_json()
# convert the object into a dictvalidating_compound_query_filterpublic_ot_activity_events_operands_inner_dict=validating_compound_query_filterpublic_ot_activity_events_operands_inner_instance.to_dict()
# create an instance of ValidatingCompoundQueryFilterpublicOtActivityEventsOperandsInner from a dictvalidating_compound_query_filterpublic_ot_activity_events_operands_inner_form_dict=validating_compound_query_filterpublic_ot_activity_events_operands_inner.from_dict(validating_compound_query_filterpublic_ot_activity_events_operands_inner_dict)