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

Encapsulates a metric grouped by dimension.

Attributes

  • individualNames (type: list(String.t), default: nil) - Individual dimension names. E.g. ["dim1_name", "dim2_name"].
  • metrics (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Metric.t), default: nil) - List of metrics.
  • name (type: String.t, default: nil) - Comma joined dimension names. E.g. "dim1_name,dim2_name". Deprecated. If name already has comma before join, we may get wrong splits. Please use individual_names.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DimensionMetric{
  individualNames: [String.t()] | nil,
  metrics: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Metric.t()] | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.