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