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

Labels that can be used to filter Apigee metrics.

Attributes

  • env (type: String.t, default: nil) - The environment ID associated with the metrics.
  • instance_id (type: String.t, default: nil) - Required. The instance ID associated with the metrics. In Apigee Hybrid, the value is configured during installation.
  • location (type: String.t, default: nil) - Required. The location associated with the metrics.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CanaryEvaluationMetricLabels{
    env: String.t() | nil,
    instance_id: String.t() | nil,
    location: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.