GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse constructor
GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse({
- EnterpriseCrmFrontendsEventbusProtoEventParameters? eventParameters,
- bool? executionFailed,
- String? executionId,
- Map<
String, Object?> ? outputParameters, - List<
EnterpriseCrmFrontendsEventbusProtoParameterEntry> ? parameterEntries,
Implementation
GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse({
this.eventParameters,
this.executionFailed,
this.executionId,
this.outputParameters,
this.parameterEntries,
});