GoogleApi.ServiceControl.V1.Model.AttributeValue (google_api_service_control v0.32.0) 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(),
intValue: String.t(),
stringValue: GoogleApi.ServiceControl.V1.Model.TruncatableString.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.