GoogleApi.IdeaHub.V1beta.Model.GoogleSearchIdeahubV1betaListAvailableLocalesResponse (google_api_idea_hub v0.2.0) View Source
Response for whether ideas are available for a given web property on a platform, for the currently logged-in user.
Attributes
-
availableLocales(type:list(GoogleApi.IdeaHub.V1beta.Model.GoogleSearchIdeahubV1betaAvailableLocale.t), default:nil) - Locales for which ideas are available for the given Creator. -
nextPageToken(type:String.t, default:nil) - A token that can be sent aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.IdeaHub.V1beta.Model.GoogleSearchIdeahubV1betaListAvailableLocalesResponse{
availableLocales:
[
GoogleApi.IdeaHub.V1beta.Model.GoogleSearchIdeahubV1betaAvailableLocale.t()
]
| nil,
nextPageToken: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.