class Google::Apis::AndroidpublisherV2::PageInfo

Attributes

result_per_page[RW]

Corresponds to the JSON property `resultPerPage` @return [Fixnum]

start_index[RW]

Corresponds to the JSON property `startIndex` @return [Fixnum]

total_results[RW]

Corresponds to the JSON property `totalResults` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/androidpublisher_v2/classes.rb, line 1047
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/androidpublisher_v2/classes.rb, line 1052
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