RealtimeTimeRange class
An open-ended realtime time range specified by the start timestamp.
For filter sets that specify a realtime time range RTB metrics continue to be aggregated throughout the lifetime of the filter set.
Constructors
- RealtimeTimeRange({String? startTimestamp})
- RealtimeTimeRange.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTimestamp ↔ String?
-
The start timestamp of the real-time RTB metrics aggregation.
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