BlogsearchConversationNode

GoogleApi.ContentWarehouse.V1.Model.BlogsearchConversationNode


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

@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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.BlogsearchConversationNode