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

An idea activity entry.

Attributes

  • ideas (type: list(String.t), default: nil) - The Idea IDs for this entry. If empty, topics should be set.
  • name (type: String.t, default: nil) - Unique identifier for the idea activity. The name is ignored when creating an idea activity. Format: platforms/{platform}/properties/{property}/ideaActivities/{idea_activity}
  • topics (type: list(String.t), default: nil) - The Topic IDs for this entry. If empty, ideas should be set.
  • type (type: String.t, default: nil) - The type of activity performed.
  • uri (type: String.t, default: nil) - The uri the activity relates to.

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.GoogleSearchIdeahubV1betaIdeaActivity{
  ideas: [String.t()] | nil,
  name: String.t() | nil,
  topics: [String.t()] | nil,
  type: String.t() | nil,
  uri: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.