CheckCompatibilityRequest class

The request for compatibility information for a report's dimensions and metrics.

Check compatibility provides a preview of the compatibility of a report; fields shared with the runReport request should be the same values as in your runReport request.

Constructors

CheckCompatibilityRequest({String? compatibilityFilter, FilterExpression? dimensionFilter, List<Dimension>? dimensions, FilterExpression? metricFilter, List<Metric>? metrics})
CheckCompatibilityRequest.fromJson(Map _json)

Properties

compatibilityFilter String?
Filters the dimensions and metrics in the response to just this compatibility.
getter/setter pair
dimensionFilter FilterExpression?
The filter clause of dimensions.
getter/setter pair
dimensions List<Dimension>?
The dimensions in this report.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metricFilter FilterExpression?
The filter clause of metrics.
getter/setter pair
metrics List<Metric>?
The metrics in this report.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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