GoogleApi.Connectors.V2.Model.ExecuteActionResponse (google_api_connectors v0.18.0)

View Source

Response message for ActionService.ExecuteAction

Attributes

  • results (type: list(map()), default: nil) - In the case of successful invocation of the specified action, the results Struct contains values based on the response of the action invoked. 1. If the action execution produces any entities as a result, they are returned as an array of Structs with the 'key' being the field name and the 'value' being the value of that field in each result row. { 'results': [{'key': 'value'}, ...] }

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Connectors.V2.Model.ExecuteActionResponse{
  results: [map()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.