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

Encapsulates two kinds of stats that are results of the dimensions and aggregations requested. - Tabular rows. - Time series data. Example of tabular rows, Represents security stats results as a row of flat values.

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(list(any())), default: nil) - Resultant rows from the executed query.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.