responseParameters property
Event parameters returned as part of the response.
In the case of error, the ErrorInfo
field is returned in the following
format: { "ErrorInfo": { "message": String, "code": Number } }
Implementation
core.Map<core.String, GoogleCloudIntegrationsV1alphaValueType>?
responseParameters;