ReportCompatibleFields class

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

Constructors

ReportCompatibleFields({List<Dimension>? dimensionFilters, List<Dimension>? dimensions, String? kind, List<Metric>? metrics, List<Metric>? pivotedActivityMetrics})
ReportCompatibleFields.fromJson(Map json_)

Properties

dimensionFilters List<Dimension>?
Dimensions which are compatible to be selected in the "dimensionFilters" section of the report.
getter/setter pair
dimensions List<Dimension>?
Dimensions which are compatible to be selected in the "dimensions" 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#reportCompatibleFields.
getter/setter pair
metrics List<Metric>?
Metrics which are compatible to be selected in the "metricNames" section of the report.
getter/setter pair
pivotedActivityMetrics List<Metric>?
Metrics which are compatible to be selected as activity metrics to pivot on in the "activities" 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