Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 669 Bytes

AddressKeyFilter.md

File metadata and controls

19 lines (9 loc) · 669 Bytes

AddressKeyFilter

Class specifying a filtering operation

Properties

Name Type Description Notes
left String Address for the value in the row [optional]
operator String What sort of comparison is the filter performing. Can be either "eq" for equals or "neq" for not equals. [optional]
right ResultValue [optional]

Back to Model listBack to API listBack to README