Operation constructor

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

Implementation

Operation({
  this.apiWarning,
  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,
});