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