GoogleCloudIntegrationsV1alphaMockConfig constructor

GoogleCloudIntegrationsV1alphaMockConfig({
  1. String? failedExecutions,
  2. String? mockStrategy,
  3. List<GoogleCloudIntegrationsV1alphaEventParameter>? parameters,
})

Implementation

GoogleCloudIntegrationsV1alphaMockConfig({
  this.failedExecutions,
  this.mockStrategy,
  this.parameters,
});