GoogleApi.PrivateCA.V1beta1.Model.GoogleApiServicecontrolV1AttributeValue (google_api_private_ca v0.4.2) 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.PrivateCA.V1beta1.Model.GoogleApiServicecontrolV1TruncatableString.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.PrivateCA.V1beta1.Model.GoogleApiServicecontrolV1AttributeValue{ boolValue: boolean(), intValue: String.t(), stringValue: GoogleApi.PrivateCA.V1beta1.Model.GoogleApiServicecontrolV1TruncatableString.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.