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

A nested struct is a recursive tree structure for storing a set of triples. more info can be found at go/nested-struct-primer

Attributes

  • predicateObjs (type: list(GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphNestedStructPredicateObjs.t), default: nil) - predicate_objs.pred should be unique within the list.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphNestedStruct{
  predicateObjs:
    [
      GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphNestedStructPredicateObjs.t()
    ]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.