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

Represents a Topic umbrella for a list of questions that a Creator may want to respond to.

Attributes

  • displayName (type: String.t, default: nil) - String displayed to the creator indicating the name of the Topic.
  • mid (type: String.t, default: nil) - The mID of the topic.
  • name (type: String.t, default: nil) - Unique identifier for the topic. Format: topics/{topic}

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.GoogleSearchIdeahubV1betaTopic{
  displayName: String.t() | nil,
  mid: String.t() | nil,
  name: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.