TransferRun constructor

TransferRun({
  1. String? dataSourceId,
  2. String? destinationDatasetId,
  3. EmailPreferences? emailPreferences,
  4. String? endTime,
  5. Status? errorStatus,
  6. String? name,
  7. String? notificationPubsubTopic,
  8. Map<String, Object?>? params,
  9. String? runTime,
  10. String? schedule,
  11. String? scheduleTime,
  12. String? startTime,
  13. String? state,
  14. String? updateTime,
  15. String? userId,
})

Implementation

TransferRun({
  this.dataSourceId,
  this.destinationDatasetId,
  this.emailPreferences,
  this.endTime,
  this.errorStatus,
  this.name,
  this.notificationPubsubTopic,
  this.params,
  this.runTime,
  this.schedule,
  this.scheduleTime,
  this.startTime,
  this.state,
  this.updateTime,
  this.userId,
});