Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Asana/java-asana
Browse files Browse the repository at this point in the history
  • Loading branch information
rossgrambo-zz committed Jul 17, 2020
2 parents 76351b6 + 79293dd commit d95f511
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/asana/models/ResultBodyCollection.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ public class NextPage {
public String sync;
@SerializedName("next_page")
public NextPage nextPage;
@SerializedName("has_more")
public Boolean hasMore;
}

0 comments on commit d95f511

Please sign in to comment.