CrossDimensionReachReportCompatibleFields class

Represents fields that are compatible to be selected for a report of type "CROSS_DIMENSION_REACH".

Constructors

CrossDimensionReachReportCompatibleFields({List<Dimension>? breakdown, List<Dimension>? dimensionFilters, String? kind, List<Metric>? metrics, List<Metric>? overlapMetrics})
CrossDimensionReachReportCompatibleFields.fromJson(Map json_)

Properties

breakdown List<Dimension>?
Dimensions which are compatible to be selected in the "breakdown" section of the report.
getter/setter pair
dimensionFilters List<Dimension>?
Dimensions which are compatible to be selected in the "dimensionFilters" section of the report.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
The kind of resource this is, in this case dfareporting#crossDimensionReachReportCompatibleFields.
getter/setter pair
metrics List<Metric>?
Metrics which are compatible to be selected in the "metricNames" section of the report.
getter/setter pair
overlapMetrics List<Metric>?
Metrics which are compatible to be selected in the "overlapMetricNames" section of the 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