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_vulnerable_device_operands_innerimportValidatingCompoundQueryFilterVulnerableDeviceOperandsInner# TODO update the JSON string belowjson="{}"# create an instance of ValidatingCompoundQueryFilterVulnerableDeviceOperandsInner from a JSON stringvalidating_compound_query_filter_vulnerable_device_operands_inner_instance=ValidatingCompoundQueryFilterVulnerableDeviceOperandsInner.from_json(json)
# print the JSON string representation of the objectprintValidatingCompoundQueryFilterVulnerableDeviceOperandsInner.to_json()
# convert the object into a dictvalidating_compound_query_filter_vulnerable_device_operands_inner_dict=validating_compound_query_filter_vulnerable_device_operands_inner_instance.to_dict()
# create an instance of ValidatingCompoundQueryFilterVulnerableDeviceOperandsInner from a dictvalidating_compound_query_filter_vulnerable_device_operands_inner_form_dict=validating_compound_query_filter_vulnerable_device_operands_inner.from_dict(validating_compound_query_filter_vulnerable_device_operands_inner_dict)