total_pages property

  1. @JsonKey.new(name: 'total_pages')
int? total_pages
getter/setter pair

The total count of pages.

Implementation

@JsonKey(name: 'total_pages')
int? total_pages;