View Source GoogleApi.Connectors.V2.Model.Reference (google_api_connectors v0.14.0)

Attributes

  • name (type: String.t, default: nil) - Name of the reference field.
  • type (type: String.t, default: nil) - Name of reference entity type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V2.Model.Reference{
  name: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.