factory StartRestoreJobOutput.fromJson(Map<String, dynamic> json) { return StartRestoreJobOutput( restoreJobId: json['RestoreJobId'] as String?, ); }