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

A sequence of time series.

Attributes

  • dimensions (type: map(), default: nil) - Map of dimensions and their values that uniquely identifies a time series sequence.
  • points (type: list(list(any())), default: nil) - List of points. First value of each inner list is a timestamp.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1QueryTimeSeriesStatsResponseSequence{
    dimensions: map() | nil,
    points: [[any()]] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.