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

The mid and description of a WebRefEntity.

Attributes

  • deprecatedEntityType (type: String.t, default: nil) - DEPRECATED. See entity_type instead.
  • description (type: String.t, default: nil) - The English description of the mid from the KG.
  • entityCollectionType (type: list(String.t), default: nil) -
  • kgCollection (type: list(String.t), default: nil) - HRID of the KG collections
  • mid (type: String.t, default: nil) - The KG identifier of the WebrefEntity.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchSourceUrlDocjoinInfoWebrefEntityInfo{
    deprecatedEntityType: String.t() | nil,
    description: String.t() | nil,
    entityCollectionType: [String.t()] | nil,
    kgCollection: [String.t()] | nil,
    mid: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.