GoogleCloudIntegrationsV1alphaTestIntegrationsResponse constructor

GoogleCloudIntegrationsV1alphaTestIntegrationsResponse({
  1. EnterpriseCrmFrontendsEventbusProtoEventParameters? eventParameters,
  2. bool? executionFailed,
  3. String? executionId,
  4. List<EnterpriseCrmFrontendsEventbusProtoParameterEntry>? parameterEntries,
  5. Map<String, GoogleCloudIntegrationsV1alphaValueType>? parameters,
})

Implementation

GoogleCloudIntegrationsV1alphaTestIntegrationsResponse({
  this.eventParameters,
  this.executionFailed,
  this.executionId,
  this.parameterEntries,
  this.parameters,
});