google_api_monitoring v0.38.0 GoogleApi.Monitoring.V3.Model.LabelValue View Source

A label value.

Attributes

  • boolValue (type: boolean(), default: nil) - A bool label value.
  • int64Value (type: String.t, default: nil) - An int64 label value.
  • stringValue (type: String.t, default: nil) - A string label value.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Monitoring.V3.Model.LabelValue{
  boolValue: boolean(),
  int64Value: String.t(),
  stringValue: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.