GoogleCloudIntegrationsV1alphaScheduleIntegrationsRequest constructor

GoogleCloudIntegrationsV1alphaScheduleIntegrationsRequest({
  1. Map<String, GoogleCloudIntegrationsV1alphaValueType>? inputParameters,
  2. List<EnterpriseCrmFrontendsEventbusProtoParameterEntry>? parameterEntries,
  3. EnterpriseCrmEventbusProtoEventParameters? parameters,
  4. String? requestId,
  5. String? scheduleTime,
  6. String? triggerId,
  7. String? userGeneratedExecutionId,
})

Implementation

GoogleCloudIntegrationsV1alphaScheduleIntegrationsRequest({
  this.inputParameters,
  this.parameterEntries,
  this.parameters,
  this.requestId,
  this.scheduleTime,
  this.triggerId,
  this.userGeneratedExecutionId,
});