class Google::Apis::MybusinessplaceactionsV1::ListPlaceActionTypeMetadataResponse

Response message for PlaceActions.ListPlaceActionTypeMetadata.

Attributes

next_page_token[RW]

If the number of action types exceeded the requested page size, this field will be populated with a token to fetch the next page on a subsequent call to ` placeActionTypeMetadata.list`. If there are no more results, this field will not be present in the response. Corresponds to the JSON property `nextPageToken` @return [String]

place_action_type_metadata[RW]

A collection of metadata for the available place action types. Corresponds to the JSON property `placeActionTypeMetadata` @return [Array<Google::Apis::MybusinessplaceactionsV1::PlaceActionTypeMetadata>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/mybusinessplaceactions_v1/classes.rb, line 85
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 90
def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @place_action_type_metadata = args[:place_action_type_metadata] if args.key?(:place_action_type_metadata)
end