PathReportCompatibleFields class

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

Constructors

PathReportCompatibleFields({List<Dimension>? channelGroupings, List<Dimension>? dimensions, String? kind, List<Metric>? metrics, List<Dimension>? pathFilters})
PathReportCompatibleFields.fromJson(Map json_)

Properties

channelGroupings List<Dimension>?
Dimensions which are compatible to be selected in the "channelGroupings" 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#pathReportCompatibleFields.
getter/setter pair
metrics List<Metric>?
Metrics which are compatible to be selected in the "metricNames" section of the report.
getter/setter pair
pathFilters List<Dimension>?
Dimensions which are compatible to be selected in the "pathFilters" 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