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

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

Attributes

  • boolValue (type: boolean(), default: nil) - Value is a bool.
  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.