class Google::Apis::AndroidpublisherV2::TokenPagination
Attributes
next_page_token[RW]
Corresponds to the JSON property `nextPageToken` @return [String]
previous_page_token[RW]
Corresponds to the JSON property `previousPageToken` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/androidpublisher_v2/classes.rb, line 1389 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 1394 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @previous_page_token = args[:previous_page_token] if args.key?(:previous_page_token) end