class Google::Apis::AndroidpublisherV3::PageInfo

page that has been returned.
return only one “page” of results. This protocol buffer message describes the
Information about the current page. List operations that supports paging

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @result_per_page = args[:result_per_page] if args.key?(:result_per_page)
  @start_index = args[:start_index] if args.key?(:start_index)
  @total_results = args[:total_results] if args.key?(:total_results)
end