GoogleCloudContentwarehouseV1HistogramQueryPropertyNameFilter class
Constructors
- 
          GoogleCloudContentwarehouseV1HistogramQueryPropertyNameFilter({List<String> ? documentSchemas, List<String> ? propertyNames, String? yAxis})
- GoogleCloudContentwarehouseV1HistogramQueryPropertyNameFilter.fromJson(Map json_)
Properties
- 
  documentSchemas
  ↔ List<String> ?
- 
  This filter specifies the exact document schema(s)
Document.document_schema_name to run histogram query against.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  propertyNames
  ↔ List<String> ?
- 
  It is optional.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- yAxis ↔ String?
- 
  By default, the y_axis is HISTOGRAM_YAXIS_DOCUMENT if this field is not
set.
Possible string values are:
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited