GoogleCloudIntegrationsV1alphaTestIntegrationsRequest constructor

GoogleCloudIntegrationsV1alphaTestIntegrationsRequest({
  1. String? clientId,
  2. Map<String, Object?>? configParameters,
  3. String? deadlineSecondsTime,
  4. Map<String, GoogleCloudIntegrationsV1alphaValueType>? inputParameters,
  5. GoogleCloudIntegrationsV1alphaIntegrationVersion? integrationVersion,
  6. EnterpriseCrmFrontendsEventbusProtoEventParameters? parameters,
  7. bool? testMode,
  8. String? triggerId,
})

Implementation

GoogleCloudIntegrationsV1alphaTestIntegrationsRequest({
  this.clientId,
  this.configParameters,
  this.deadlineSecondsTime,
  this.inputParameters,
  this.integrationVersion,
  this.parameters,
  this.testMode,
  this.triggerId,
});