View Source GoogleApi.ServiceControl.V1.Model.AttributeValue (google_api_service_control v0.44.0)
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.ServiceControl.V1.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.ServiceControl.V1.Model.AttributeValue{ boolValue: boolean() | nil, intValue: String.t() | nil, stringValue: GoogleApi.ServiceControl.V1.Model.TruncatableString.t() | nil }