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

Represents topic state specific to a web property.

Attributes

  • dismissed (type: boolean(), default: nil) - Whether the topic is dismissed.
  • name (type: String.t, default: nil) - Unique identifier for the topic state. Format: platforms/{platform}/properties/{property}/topicStates/{topic_state}
  • saved (type: boolean(), default: nil) - Whether the topic is saved.

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.GoogleSearchIdeahubV1betaTopicState{
  dismissed: boolean() | nil,
  name: String.t() | nil,
  saved: boolean() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.