Skip to content

Instantly share code, notes, and snippets.

@Sinarahimi
Created February 13, 2018 08:44
Show Gist options
  • Save Sinarahimi/20c893cc7104b2a3255987cd8437a854 to your computer and use it in GitHub Desktop.
Save Sinarahimi/20c893cc7104b2a3255987cd8437a854 to your computer and use it in GitHub Desktop.
public class SearchResult {
@SerializedName("Search")
private ArrayList<Movie> search;
private int totalResults;
@SerializedName("Response")
private boolean response;
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment