Class: Google::Apis::AndroidpublisherV3::ListRecentUpdateEventsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb

Overview

Response message for ListRecentUpdateEvents.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListRecentUpdateEventsResponse

Returns a new instance of ListRecentUpdateEventsResponse.



5632
5633
5634
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5632

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

Instance Attribute Details

#next_page_tokenString

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


5625
5626
5627
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5625

def next_page_token
  @next_page_token
end

#recent_update_eventsArray<Google::Apis::AndroidpublisherV3::RecentUpdateEvent>

The list of recent update events. Corresponds to the JSON property recentUpdateEvents



5630
5631
5632
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5630

def recent_update_events
  @recent_update_events
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5637
5638
5639
5640
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5637

def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @recent_update_events = args[:recent_update_events] if args.key?(:recent_update_events)
end