View Source GoogleApi.Connectors.V1.Model.SchemaRefreshConfig (google_api_connectors v0.16.0)

Config for connection schema refresh

Attributes

  • useActionDisplayNames (type: boolean(), default: nil) - Whether to use displayName for actions in UI.
  • useSynchronousSchemaRefresh (type: boolean(), default: nil) - Whether to use synchronous schema refresh.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.SchemaRefreshConfig{
  useActionDisplayNames: boolean() | nil,
  useSynchronousSchemaRefresh: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.