GoogleApi.Language.V2.Model.XPSMetricEntryLabel (google_api_language v0.16.3)

View Source

Attributes

  • labelName (type: String.t, default: nil) - The name of the label.
  • labelValue (type: String.t, default: nil) - The value of the label.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V2.Model.XPSMetricEntryLabel{
  labelName: String.t() | nil,
  labelValue: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.