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

A single Idea that we want to show the end user.

Attributes

  • name (type: String.t, default: nil) - Unique identifier for the idea. Format: ideas/{ideaId}
  • text (type: String.t, default: nil) - The idea’s text.
  • topics (type: list(GoogleApi.IdeaHub.V1beta.Model.GoogleSearchIdeahubV1betaTopic.t), default: nil) - The Topics that match the idea.

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.GoogleSearchIdeahubV1betaIdea{
  name: String.t() | nil,
  text: String.t() | nil,
  topics:
    [GoogleApi.IdeaHub.V1beta.Model.GoogleSearchIdeahubV1betaTopic.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.