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.compound_query_filter_operands_innerimportCompoundQueryFilterOperandsInner# TODO update the JSON string belowjson="{}"# create an instance of CompoundQueryFilterOperandsInner from a JSON stringcompound_query_filter_operands_inner_instance=CompoundQueryFilterOperandsInner.from_json(json)
# print the JSON string representation of the objectprintCompoundQueryFilterOperandsInner.to_json()
# convert the object into a dictcompound_query_filter_operands_inner_dict=compound_query_filter_operands_inner_instance.to_dict()
# create an instance of CompoundQueryFilterOperandsInner from a dictcompound_query_filter_operands_inner_form_dict=compound_query_filter_operands_inner.from_dict(compound_query_filter_operands_inner_dict)