View Source GoogleApi.Connectors.V1.Model.FetchAuthSchemaResponse (google_api_connectors v0.14.0)

Response message for Connectors.GetAuthSchema.

Attributes

  • authSchemas (type: list(GoogleApi.Connectors.V1.Model.AuthSchema.t), default: nil) - List of AuthSchemas.
  • jsonSchema (type: GoogleApi.Connectors.V1.Model.JsonAuthSchema.t, default: nil) - JSON schema of the AuthSchemas. This is only populated if the view is JSON_SCHEMA. The schema is in draft-07 format.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.FetchAuthSchemaResponse{
  authSchemas: [GoogleApi.Connectors.V1.Model.AuthSchema.t()] | nil,
  jsonSchema: GoogleApi.Connectors.V1.Model.JsonAuthSchema.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.