View Source GoogleApi.Connectors.V1.Model.Source (google_api_connectors v0.13.0)

Source to extract the backend from.

Attributes

  • fieldId (type: String.t, default: nil) - Field identifier. For example config vaiable name.
  • sourceType (type: String.t, default: nil) - Type of the source.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.Source{
  fieldId: String.t() | nil,
  sourceType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.