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