google_api_cloud_trace v0.7.0 GoogleApi.CloudTrace.V2.Model.AttributeValue View Source

The allowed types for [VALUE] in a `[KEY]:[VALUE]` attribute.

Attributes

  • boolValue (boolean()): A Boolean value represented by `true` or `false`. Defaults to: null.
  • intValue (String.t): A 64-bit signed integer. Defaults to: null.
  • stringValue (TruncatableString): A string up to 256 bytes long. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudTrace.V2.Model.AttributeValue{
  boolValue: any(),
  intValue: any(),
  stringValue: GoogleApi.CloudTrace.V2.Model.TruncatableString.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.