View Source GoogleApi.ContentWarehouse.V1.Model.BlogsearchConversationNode (google_api_content_warehouse v0.4.0)

Attributes

  • authorName (type: String.t, default: nil) - The username of the author of the microblog post represented by this node.
  • children (type: list(String.t), default: nil) - A list of docids of child nodes.
  • date (type: String.t, default: nil) - The creation date of the doc.
  • docid (type: String.t, default: nil) - Docid of the microblog post represented by this node.
  • parent (type: String.t, default: nil) - The docid of the parent node. The root of the tree will leave this empty.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.BlogsearchConversationNode{
  authorName: String.t() | nil,
  children: [String.t()] | nil,
  date: String.t() | nil,
  docid: String.t() | nil,
  parent: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.