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

A QualifierSet represents a grouping of qualifiers that together with an SPO make up a logical assertion or fact. One triple can contain multiple qualifier sets and thus represent several different assertions about the same SPO.

Attributes

  • qualifiers (type: list(GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphQualifier.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphQualifierSet{
  qualifiers:
    [GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphQualifier.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.