Filter
Summary
Represents a single filter applied to a request to the Aeris API.
Constructor
aeris.api.params.models.Filter
Syntax
aeris.api.params.models.Filter
    
        
            (
    
    
    
    
    
    
    
    
  - 
                    
                        
opt_options 
Summary
Parameters:
- 
                    
                        
opt_optionsObject= 
Methods
validate
Syntax
validate
    
        ()
    
    
    
    
    
    
    
    
  Summary
Attributes
operator
    
      
        Operator
      
    
    
    
    
    
    
    
    
    
    Operator to use when querying with multiple filters.
Note that the filter operator will be used before the filter name. Advanced order-of-operations in filter operators is not currently supported.
Default: {aeris.api.Operator.AND}