GoogleApi.IdeaHub.V1beta.Model.GoogleSearchIdeahubV1betaListIdeasResponse (google_api_idea_hub v0.2.0) View Source

Attributes

  • ideas (type: list(GoogleApi.IdeaHub.V1beta.Model.GoogleSearchIdeahubV1betaIdea.t), default: nil) - Results for the ListIdeasRequest.
  • nextPageToken (type: String.t, default: nil) - Used to fetch the next page in a subsequent request.

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.GoogleSearchIdeahubV1betaListIdeasResponse{
    ideas:
      [GoogleApi.IdeaHub.V1beta.Model.GoogleSearchIdeahubV1betaIdea.t()] | nil,
    nextPageToken: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.