GoogleCloudIntegrationsV1alphaTestIntegrationsRequest constructor
GoogleCloudIntegrationsV1alphaTestIntegrationsRequest({
- String? clientId,
- Map<
String, Object?> ? configParameters, - String? deadlineSecondsTime,
- Map<
String, GoogleCloudIntegrationsV1alphaValueType> ? inputParameters, - GoogleCloudIntegrationsV1alphaIntegrationVersion? integrationVersion,
- EnterpriseCrmFrontendsEventbusProtoEventParameters? parameters,
- bool? testMode,
- String? triggerId,
Implementation
GoogleCloudIntegrationsV1alphaTestIntegrationsRequest({
this.clientId,
this.configParameters,
this.deadlineSecondsTime,
this.inputParameters,
this.integrationVersion,
this.parameters,
this.testMode,
this.triggerId,
});