ExecuteIntegrationsResponse Stay organized with collections Save and categorize content based on your preferences.
The response for executing an integration.
| JSON representation |
|---|
{"executionId":string,"outputParameters":{object},"parameters":{string:{object ( |
| Fields | |
|---|---|
executionId |
The id of the execution corresponding to this run of integration. |
outputParameters |
OUTPUT parameters in format of Map<Key,Value>. Where Key is the name of the parameter. Note: name of the system generated parameters are wrapped by backtick(`) to distinguish them from the user defined parameters. |
parameters |
Optional. OUTPUT parameters from integration execution. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-22 UTC.