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

AuthField defines a field in an authentication type.

Attributes

  • dataType (type: String.t, default: nil) - Data type of the field.
  • description (type: String.t, default: nil) - Description of the field.
  • key (type: String.t, default: nil) - Key of the field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Connectors.V1.Model.AuthField{
  dataType: String.t() | nil,
  description: String.t() | nil,
  key: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.