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