ReportRequestTimeRange class

If metrics are requested in a report, this argument will be used to restrict the metrics to a specific time range.

Constructors

ReportRequestTimeRange({String? changedAttributesSinceTimestamp, String? changedMetricsSinceTimestamp, String? endDate, String? startDate})
ReportRequestTimeRange.fromJson(Map json_)

Properties

changedAttributesSinceTimestamp String?
Inclusive UTC timestamp in RFC format, e.g., 2013-07-16T10:16:23.555Z.
getter/setter pair
changedMetricsSinceTimestamp String?
Inclusive UTC timestamp in RFC format, e.g., 2013-07-16T10:16:23.555Z.
getter/setter pair
endDate String?
Inclusive date in YYYY-MM-DD format.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate String?
Inclusive date in YYYY-MM-DD format.
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