factory RetrieveTapeArchiveOutput.fromJson(Map<String, dynamic> json) { return RetrieveTapeArchiveOutput( tapeARN: json['TapeARN'] as String?, ); }