WeboftrustLiveResultProviderDocAttachment

GoogleApi.ContentWarehouse.V1.Model.WeboftrustLiveResultProviderDocAttachment


Table of Contents ▼

Jump to a specific part of the page:

Description

Per-provider attachment of a LiveResult. Used to identify pages for which result-based triggering of Live Results should appear. Theoretically there can be more than one attachment per web document, so we keep them as a repeated field of the LiveResultsDocAttachment. Next ID: 4

Attributes List

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

View Attributes

Attributes

  1. providerId (type: String.t, default: nil)
    -
  2. tag (type: String.t, default: nil)
    - Tag that specifies the use-case within provider's data. It appears as a string in Alexandria signal and in the DocJoins. During the indexing stage this field will be converted to a 64-bit fingerprint to save space. See the "tag_fp" field, below.
  3. tagFp (type: String.t, default: nil)
    - A fingerprint of the "tag" field, automatically calculated during the indexing stage. Will be used as a key for fetching the data.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.WeboftrustLiveResultProviderDocAttachment{
providerId: String.t() | nil,
tag: String.t() | nil,
tagFp: String.t() | nil
}

Function

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

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