View Source GoogleApi.Monitoring.V3.Model.QueryTimeSeriesRequest (google_api_monitoring v0.55.0)

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 (https://cloud.google.com/monitoring/mql/reference) format. The default time zone is in UTC.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.