$PathReportDimensionValue class Null safety
Used by:
- dfareporting:v3.5 : PathReportDimensionValue
- dfareporting:v4 : PathReportDimensionValue
Constructors
-
$PathReportDimensionValue({String? dimensionName, List<
String> ? ids, String? kind, String? matchType, List<String> ? values}) - $PathReportDimensionValue.fromJson(Map json_)
Properties
- dimensionName ↔ String?
-
The name of the dimension.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
ids
↔ List<
String> ? -
The possible ID's associated with the value if available.
read / write
- kind ↔ String?
-
The kind of resource this is, in this case
dfareporting#pathReportDimensionValue.
read / write
- matchType ↔ String?
-
Determines how the 'value' field is matched when filtering.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
values
↔ List<
String> ? -
The possible values of the dimension.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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