Class ApiDimensionFilterGroup
  A set of dimension value filters to test against each row. Only rows that pass all filter groups will be
returned. All results within a filter group are either AND'ed or OR'ed together, depending on the group type
selected. All filter groups are AND'ed together.
    Inheritance
    
    ApiDimensionFilterGroup
   
  
  
  
  Assembly: Google.Apis.SearchConsole.v1.dll
  Syntax
  
    public class ApiDimensionFilterGroup : IDirectResponseSchema
   
  Properties
  
  ETag
  
  
  Declaration
  
    public virtual string ETag { get; set; }
   
  Property Value
  
  
  Filters
  
  
  Declaration
  
    [JsonProperty("filters")]
public virtual IList<ApiDimensionFilter> Filters { get; set; }
   
  Property Value
  
  
  GroupType
  
  
  Declaration
  
    [JsonProperty("groupType")]
public virtual string GroupType { get; set; }
   
  Property Value
  
  Implements