DimensionValueRequest class
Represents a DimensionValuesRequest.
Constructors
-
DimensionValueRequest({String? dimensionName, DateTime? endDate, List<
DimensionFilter> ? filters, String? kind, DateTime? startDate}) - DimensionValueRequest.fromJson(Map json_)
Properties
- dimensionName ↔ String?
-
The name of the dimension for which values should be requested.
getter/setter pair
- endDate ↔ DateTime?
-
getter/setter pair
-
filters
↔ List<
DimensionFilter> ? -
The list of filters by which to filter values.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
The kind of request this is, in this case
dfareporting#dimensionValueRequest .
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDate ↔ DateTime?
-
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