View Source GoogleApi.Connectors.V1.Model.AuthProperty (google_api_connectors v0.15.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.