View Source GoogleApi.Connectors.V2.Model.ExecuteActionResponse (google_api_connectors v0.11.0)
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
@type t() :: %GoogleApi.Connectors.V2.Model.ExecuteActionResponse{ results: [map()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.