factory CopyImageResponse.fromJson(Map<String, dynamic> json) { return CopyImageResponse( destinationImageName: json['DestinationImageName'] as String?, ); }