GoogleCloudIntegrationsV1alphaExecuteIntegrationsRequest constructor
GoogleCloudIntegrationsV1alphaExecuteIntegrationsRequest({
- bool? doNotPropagateError,
- String? executionId,
- Map<
String, GoogleCloudIntegrationsV1alphaValueType> ? inputParameters, - List<
EnterpriseCrmFrontendsEventbusProtoParameterEntry> ? parameterEntries, - EnterpriseCrmFrontendsEventbusProtoEventParameters? parameters,
- String? requestId,
- String? triggerId,
Implementation
GoogleCloudIntegrationsV1alphaExecuteIntegrationsRequest({
this.doNotPropagateError,
this.executionId,
this.inputParameters,
this.parameterEntries,
this.parameters,
this.requestId,
this.triggerId,
});