Operation constructor
Operation({
- BackupContext? backupContext,
- String? endTime,
- OperationErrors? error,
- ExportContext? exportContext,
- ImportContext? importContext,
- String? insertTime,
- String? kind,
- String? name,
- String? operationType,
- String? selfLink,
- String? startTime,
- String? status,
- String? targetId,
- String? targetLink,
- String? targetProject,
- 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,
});