View Source GoogleApi.CloudTrace.V2.Model.AttributeValue (google_api_cloud_trace v0.23.2)

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

Attributes

  • boolValue (type: boolean(), default: nil) - A Boolean value represented by true or false.
  • intValue (type: String.t, default: nil) - A 64-bit signed integer.
  • stringValue (type: GoogleApi.CloudTrace.V2.Model.TruncatableString.t, default: nil) - A string up to 256 bytes long.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudTrace.V2.Model.AttributeValue{
  boolValue: boolean() | nil,
  intValue: String.t() | nil,
  stringValue: GoogleApi.CloudTrace.V2.Model.TruncatableString.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.