PathToConversionReportCompatibleFields class

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

Constructors

PathToConversionReportCompatibleFields({List<Dimension>? conversionDimensions, List<Dimension>? customFloodlightVariables, String? kind, List<Metric>? metrics, List<Dimension>? perInteractionDimensions})
PathToConversionReportCompatibleFields.fromJson(Map json_)

Properties

conversionDimensions List<Dimension>?
Conversion dimensions which are compatible to be selected in the "conversionDimensions" section of the report.
getter/setter pair
customFloodlightVariables List<Dimension>?
Custom floodlight variables which are compatible to be selected in the "customFloodlightVariables" 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#pathToConversionReportCompatibleFields.
getter/setter pair
metrics List<Metric>?
Metrics which are compatible to be selected in the "metricNames" section of the report.
getter/setter pair
perInteractionDimensions List<Dimension>?
Per-interaction dimensions which are compatible to be selected in the "perInteractionDimensions" 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