NlpSemanticParsingModelsMediaNewsInfo

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaNewsInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. docid (type: String.t, default: nil)
    - The docid of the news result from News360 backend.
  2. newsContentType (type: String.t, default: nil)
    - Indicates how the type of the news result.
  3. publicationTime (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimestamp, default: nil)
    - Publication time of the news, in seconds (unix epoch).
  4. publisher (type: String.t, default: nil)
    - The publisher of the news.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaNewsInfo{
docid: String.t() | nil,
newsContentType: String.t() | nil,
publicationTime: GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimestamp.t() | nil,
publisher: String.t() | nil
}

Function

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

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