ResearchScienceSearchSourceUrlDocjoinInfoWebrefEntityInfo

GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchSourceUrlDocjoinInfoWebrefEntityInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

The mid and description of a WebRefEntity.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

@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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchSourceUrlDocjoinInfoWebrefEntityInfo