testInputParameters property

List<GoogleCloudIntegrationsV1alphaIntegrationParameter>? testInputParameters
getter/setter pair

Parameters that are expected to be passed to the test case when the test case is triggered.

This gives the user the ability to provide default values. This should include all the output variables of the trigger as input variables.

Optional.

Implementation

core.List<GoogleCloudIntegrationsV1alphaIntegrationParameter>?
    testInputParameters;