GoogleApi.ContentWarehouse.V1.Model.BlogsearchConversationTree
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):
Attributes
-
convId
(type:String.t
, default:nil
)
- The id of this conversation. -
nodes
(type:list(GoogleApi.ContentWarehouse.V1.Model.BlogsearchConversationNode)
, default:nil
)
- The nodes in this conversation. No particular order is assumed.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.BlogsearchConversationTree{
convId: String.t() | nil,
nodes: [GoogleApi.ContentWarehouse.V1.Model.BlogsearchConversationNode.t()] | nil
}
convId: String.t() | nil,
nodes: [GoogleApi.ContentWarehouse.V1.Model.BlogsearchConversationNode.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.BlogsearchConversationTree