GoogleCloudIntegrationsV1alphaScheduleIntegrationsRequest constructor
GoogleCloudIntegrationsV1alphaScheduleIntegrationsRequest({
- Map<
String, GoogleCloudIntegrationsV1alphaValueType> ? inputParameters, - List<
EnterpriseCrmFrontendsEventbusProtoParameterEntry> ? parameterEntries, - EnterpriseCrmEventbusProtoEventParameters? parameters,
- String? requestId,
- String? scheduleTime,
- String? triggerId,
- String? userGeneratedExecutionId,
Implementation
GoogleCloudIntegrationsV1alphaScheduleIntegrationsRequest({
this.inputParameters,
this.parameterEntries,
this.parameters,
this.requestId,
this.scheduleTime,
this.triggerId,
this.userGeneratedExecutionId,
});