QueryTimeSeriesRequest class

The QueryTimeSeries request.

Constructors

QueryTimeSeriesRequest({int? pageSize, String? pageToken, String? query})
QueryTimeSeriesRequest.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
pageSize int?
A positive number that is the maximum number of time_series_data to return.
getter/setter pair
pageToken String?
If this field is not empty then it must contain the nextPageToken value returned by a previous call to this method.
getter/setter pair
query String?
The query in the Monitoring Query Language (https://cloud.google.com/monitoring/mql/reference) format.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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