GoogleApi.Connectors.V1.Model.AuthProperty (google_api_connectors v0.18.0)

View Source

AuthProperty defines a property of an authentication type.

Attributes

  • description (type: String.t, default: nil) - Description of the property.
  • type (type: String.t, default: nil) - Type of the property.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.