View Source GoogleApi.Connectors.V1.Model.SearchConnectionInstance (google_api_connectors v0.10.0)

SearchConnectionInstance represents an instance of connector with specific fields

Attributes

  • actionSchema (type: GoogleApi.Connectors.V1.Model.RuntimeActionSchema.t, default: nil) - Output only. Schema of a runtime action.
  • connection (type: GoogleApi.Connectors.V1.Model.Connection.t, default: nil) - Output only. Connection details
  • entitySchema (type: GoogleApi.Connectors.V1.Model.RuntimeEntitySchema.t, default: nil) - Output only. Schema of a runtime entity.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.SearchConnectionInstance{
  actionSchema: GoogleApi.Connectors.V1.Model.RuntimeActionSchema.t() | nil,
  connection: GoogleApi.Connectors.V1.Model.Connection.t() | nil,
  entitySchema: GoogleApi.Connectors.V1.Model.RuntimeEntitySchema.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.