View Source GoogleApi.Connectors.V2.Model.ExecuteActionRequest (google_api_connectors v0.6.1)

Request message for ActionService.ExecuteAction

Attributes

  • parameters (type: map(), default: nil) - Parameters for executing the action. The parameters can be key/value pairs or nested structs.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V2.Model.ExecuteActionRequest{
  parameters: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.