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

The optionally aggregated metric to query with its ordering.

Attributes

  • aggregation (type: String.t, default: nil) - Aggregation function associated with the metric.
  • name (type: String.t, default: nil) - Name of the metric
  • order (type: String.t, default: nil) - Ordering for this aggregation in the result. For time series this is ignored since the ordering of points depends only on the timestamp, not the values.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1MetricAggregation{
  aggregation: String.t() | nil,
  name: String.t() | nil,
  order: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.