google_api_cloud_trace v0.18.0 GoogleApi.CloudTrace.V2.Model.AttributeValue View Source
The allowed types for [VALUE] in a [KEY]:[VALUE]
attribute.
Attributes
boolValue
(type:boolean()
, default:nil
) - A Boolean value represented bytrue
orfalse
.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.
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 Sourcet() :: %GoogleApi.CloudTrace.V2.Model.AttributeValue{ boolValue: boolean(), intValue: String.t(), stringValue: GoogleApi.CloudTrace.V2.Model.TruncatableString.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.