Operation constructor

Operation({
  1. BackupContext? backupContext,
  2. String? endTime,
  3. OperationErrors? error,
  4. ExportContext? exportContext,
  5. ImportContext? importContext,
  6. String? insertTime,
  7. String? kind,
  8. String? name,
  9. String? operationType,
  10. String? selfLink,
  11. String? startTime,
  12. String? status,
  13. String? targetId,
  14. String? targetLink,
  15. String? targetProject,
  16. String? user,
})

Implementation

Operation({
  this.backupContext,
  this.endTime,
  this.error,
  this.exportContext,
  this.importContext,
  this.insertTime,
  this.kind,
  this.name,
  this.operationType,
  this.selfLink,
  this.startTime,
  this.status,
  this.targetId,
  this.targetLink,
  this.targetProject,
  this.user,
});