class Google::Apis::MybusinessplaceactionsV1::ListPlaceActionLinksResponse

Response message for PlaceActions.ListPlaceActionLinks.

Attributes

next_page_token[RW]

If there are more place action links than the requested page size, then this field is populated with a token to fetch the next page of results. Corresponds to the JSON property `nextPageToken` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/mybusinessplaceactions_v1/classes.rb, line 62
def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @place_action_links = args[:place_action_links] if args.key?(:place_action_links)
end