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