View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaRuntimeActionSchema (google_api_integrations v0.14.0)

Metadata of an action, including schemas for its inputs and outputs.

Attributes

  • action (type: String.t, default: nil) - Name of the action.
  • inputSchema (type: String.t, default: nil) - Input parameter schema for the action.
  • outputSchema (type: String.t, default: nil) - Output parameter schema for the action.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaRuntimeActionSchema{
    action: String.t() | nil,
    inputSchema: String.t() | nil,
    outputSchema: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.