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

Represents idea state specific to a web property.

Attributes

  • dismissed (type: boolean(), default: nil) - Whether the idea is dismissed.
  • name (type: String.t, default: nil) - Unique identifier for the idea state. Format: platforms/{platform}/properties/{property}/ideaStates/{idea_state}
  • saved (type: boolean(), default: nil) - Whether the idea 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.GoogleSearchIdeahubV1betaIdeaState{
  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.