GoogleApi.Language.V1.Model.XPSMetricEntry (google_api_language v0.16.3)

View Source

Attributes

  • argentumMetricId (type: String.t, default: nil) - For billing metrics that are using legacy sku's, set the legacy billing metric id here. This will be sent to Chemist as the "cloudbilling.googleapis.com/argentum_metric_id" label. Otherwise leave empty.
  • doubleValue (type: float(), default: nil) - A double value.
  • int64Value (type: String.t, default: nil) - A signed 64-bit integer value.
  • metricName (type: String.t, default: nil) - The metric name defined in the service configuration.
  • systemLabels (type: list(GoogleApi.Language.V1.Model.XPSMetricEntryLabel.t), default: nil) - Billing system labels for this (metric, value) pair.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V1.Model.XPSMetricEntry{
  argentumMetricId: String.t() | nil,
  doubleValue: float() | nil,
  int64Value: String.t() | nil,
  metricName: String.t() | nil,
  systemLabels: [GoogleApi.Language.V1.Model.XPSMetricEntryLabel.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.