GoogleApi.PrivateCA.V1beta1.Model.GoogleApiServicecontrolV1AttributeValue (google_api_private_ca v0.5.0) View Source

The allowed types for [VALUE] in a [KEY]:[VALUE] attribute.

Attributes

  • boolValue (type: boolean(), default: nil) - A Boolean value represented by true or false.
  • 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() | nil,
    intValue: String.t() | nil,
    stringValue:
      GoogleApi.PrivateCA.V1beta1.Model.GoogleApiServicecontrolV1TruncatableString.t()
      | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.