FloodlightReportCompatibleFields class
Represents fields that are compatible to be selected for a report of type "FlOODLIGHT".
Constructors
-
FloodlightReportCompatibleFields({List<
Dimension> ? dimensionFilters, List<Dimension> ? dimensions, String? kind, List<Metric> ? metrics}) - FloodlightReportCompatibleFields.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#floodlightReportCompatibleFields.
getter/setter pair
-
metrics
↔ List<
Metric> ? -
Metrics which are compatible to be selected in the "metricNames" 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