PathReportDimensionValue class
Represents a PathReportDimensionValue resource.
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.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ids
↔ List<
String> ? -
The possible ID's associated with the value if available.
getter/setter pair
- kind ↔ String?
-
The kind of resource this is, in this case
dfareporting#pathReportDimensionValue.
getter/setter pair
- matchType ↔ String?
-
Determines how the 'value' field is matched when filtering.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
↔ List<
String> ? -
The possible values of the dimension.
getter/setter pair
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