TransferJob constructor

TransferJob({
  1. String? creationTime,
  2. String? deletionTime,
  3. String? description,
  4. EventStream? eventStream,
  5. String? lastModificationTime,
  6. String? latestOperationName,
  7. LoggingConfig? loggingConfig,
  8. String? name,
  9. NotificationConfig? notificationConfig,
  10. String? projectId,
  11. Schedule? schedule,
  12. String? status,
  13. TransferSpec? transferSpec,
})

Implementation

TransferJob({
  this.creationTime,
  this.deletionTime,
  this.description,
  this.eventStream,
  this.lastModificationTime,
  this.latestOperationName,
  this.loggingConfig,
  this.name,
  this.notificationConfig,
  this.projectId,
  this.schedule,
  this.status,
  this.transferSpec,
});