integrationParameters property

List<GoogleCloudIntegrationsV1alphaIntegrationParameter>? integrationParameters
getter/setter pair

Parameters that are expected to be passed to the integration when an event is triggered.

This consists of all the parameters that are expected in the integration execution. This gives the user the ability to provide default values, add information like PII and also provide data types of each parameter.

Optional.

Implementation

core.List<GoogleCloudIntegrationsV1alphaIntegrationParameter>?
    integrationParameters;