View Source GoogleApi.Connectors.V1.Model.ConfigVariable (google_api_connectors v0.17.0)

ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.

Attributes

  • boolValue (type: boolean(), default: nil) - Value is a bool.
  • encryptionKeyValue (type: GoogleApi.Connectors.V1.Model.EncryptionKey.t, default: nil) - Value is a Encryption Key.
  • intValue (type: String.t, default: nil) - Value is an integer
  • key (type: String.t, default: nil) - Key of the config variable.
  • secretValue (type: GoogleApi.Connectors.V1.Model.Secret.t, default: nil) - Value is a secret.
  • stringValue (type: String.t, default: nil) - Value is a string.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Connectors.V1.Model.ConfigVariable{
  boolValue: boolean() | nil,
  encryptionKeyValue: GoogleApi.Connectors.V1.Model.EncryptionKey.t() | nil,
  intValue: String.t() | nil,
  key: String.t() | nil,
  secretValue: GoogleApi.Connectors.V1.Model.Secret.t() | nil,
  stringValue: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.