google_api_monitoring v0.41.1 GoogleApi.Monitoring.V3.Model.QueryTimeSeriesRequest View Source

The QueryTimeSeries request.

Attributes

  • pageSize (type: integer(), default: nil) - A positive number that is the maximum number of time_series_data to return.
  • pageToken (type: String.t, default: nil) - If this field is not empty then it must contain the nextPageToken value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.
  • query (type: String.t, default: nil) - Required. The query in the monitoring query language format. The default time zone is in UTC.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Monitoring.V3.Model.QueryTimeSeriesRequest{
  pageSize: integer(),
  pageToken: String.t(),
  query: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.