class Google::Apis::IdeahubV1beta::GoogleSearchIdeahubV1betaListAvailableLocalesResponse
Response for whether ideas are available for a given web property on a platform, for the currently logged-in user.
Attributes
available_locales[RW]
Locales for which ideas are available for the given Creator. Corresponds to the JSON property `availableLocales` @return [Array<Google::Apis::IdeahubV1beta::GoogleSearchIdeahubV1betaAvailableLocale>]
next_page_token[RW]
A token that 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` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/ideahub_v1beta/classes.rb, line 132 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/ideahub_v1beta/classes.rb, line 137 def update!(**args) @available_locales = args[:available_locales] if args.key?(:available_locales) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end