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

Information about provenance of a result support.

Attributes

  • entityGroupType (type: String.t, default: nil) - Entity group type of the supported entity. This field should only be set for support on entities.
  • fromAnswer (type: boolean(), default: nil) - ===== Deprecated Fields ===== The bool flag indicating whether the ResultSupport comes from answer entities.
  • name (type: String.t, default: nil) - The provenance provider name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.UniversalsearchNewPackerKnowledgeResultSupportProvenance{
    entityGroupType: String.t() | nil,
    fromAnswer: boolean() | nil,
    name: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.