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

The QueryTimeSeries response.

Attributes

  • nextPageToken (type: String.t, default: nil) - If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.
  • partialErrors (type: list(GoogleApi.Monitoring.V3.Model.Status.t), default: nil) - Query execution errors that may have caused the time series data returned to be incomplete. The available data will be available in the response.
  • timeSeriesData (type: list(GoogleApi.Monitoring.V3.Model.TimeSeriesData.t), default: nil) - The time series data.
  • timeSeriesDescriptor (type: GoogleApi.Monitoring.V3.Model.TimeSeriesDescriptor.t, default: nil) - The descriptor for the time series data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.QueryTimeSeriesResponse{
  nextPageToken: String.t() | nil,
  partialErrors: [GoogleApi.Monitoring.V3.Model.Status.t()] | nil,
  timeSeriesData: [GoogleApi.Monitoring.V3.Model.TimeSeriesData.t()] | nil,
  timeSeriesDescriptor:
    GoogleApi.Monitoring.V3.Model.TimeSeriesDescriptor.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.