View Source GoogleApi.Monitoring.V3.Model.LabelValue (google_api_monitoring v0.55.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.