google_api_knowledge_graph_search v0.1.0 GoogleApi.KnowledgeGraphSearch.V1.Model.SearchResponse View Source

Response message includes the context and a list of matching results which contain the detail of associated entities.

Attributes

  • @context (String.t): The local context applicable for the response. See more details at http://www.w3.org/TR/json-ld/#context-definitions. Defaults to: null.
  • @type (String.t): The schema type of top-level JSON-LD object, e.g. ItemList. Defaults to: null.
  • itemListElement ([String.t]): The item list of search results. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.KnowledgeGraphSearch.V1.Model.SearchResponse{
  "@context": any(),
  "@type": any(),
  itemListElement: [any()]
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.