View Source GoogleApi.Connectors.V1.Model.SupportedRuntimeFeatures (google_api_connectors v0.7.0)

Supported runtime features of a connector version.

Attributes

  • actionApis (type: boolean(), default: nil) - Specifies if the connector supports action apis like 'executeAction'.
  • entityApis (type: boolean(), default: nil) - Specifies if the connector supports entity apis like 'createEntity'.
  • sqlQuery (type: boolean(), default: nil) - Specifies if the connector supports 'ExecuteSqlQuery' operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.SupportedRuntimeFeatures{
  actionApis: boolean() | nil,
  entityApis: boolean() | nil,
  sqlQuery: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.