google_api_knowledge_graph_search v0.10.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 (type: any(), default: nil) - The local context applicable for the response. See more details at http://www.w3.org/TR/json-ld/#context-definitions.
  • @type (type: any(), default: nil) - The schema type of top-level JSON-LD object, e.g. ItemList.
  • itemListElement (type: list(any()), default: nil) - The item list of search results.

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.