View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1QueryTimeSeriesStatsResponse (google_api_apigee v0.46.0)

Represents security stats result as a collection of time series sequences.

Attributes

  • columns (type: list(String.t), default: nil) - Column names corresponding to the same order as the inner values in the stats field.
  • nextPageToken (type: String.t, default: nil) - Next page token.
  • values (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1QueryTimeSeriesStatsResponseSequence.t), default: nil) - Results of the query returned as a JSON array.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1QueryTimeSeriesStatsResponse{
    columns: [String.t()] | nil,
    nextPageToken: String.t() | nil,
    values:
      [
        GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1QueryTimeSeriesStatsResponseSequence.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.