GoogleApi.ContentWarehouse.V1.Model.WeboftrustLiveResultsDocAttachments
Table of Contents ▼
Jump to a specific part of the page:
Description
Message to which we attach to web documents in order to decide which LiveResult to trigger. Next ID: 3
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
docBoost
(type:list(GoogleApi.ContentWarehouse.V1.Model.WeboftrustLiveResultDocBoostData)
, default:nil
)
- Information about potential rank boosting for the document by virtue of its Live Result feed. -
providerAttachment
(type:list(GoogleApi.ContentWarehouse.V1.Model.WeboftrustLiveResultProviderDocAttachment)
, default:nil
)
- Identifies a Live Result which is to be attached to the document.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.WeboftrustLiveResultsDocAttachments{
docBoost: [GoogleApi.ContentWarehouse.V1.Model.WeboftrustLiveResultDocBoostData.t()] | nil,
providerAttachment: [ GoogleApi.ContentWarehouse.V1.Model.WeboftrustLiveResultProviderDocAttachment.t() ] | nil
}
docBoost: [GoogleApi.ContentWarehouse.V1.Model.WeboftrustLiveResultDocBoostData.t()] | nil,
providerAttachment: [ GoogleApi.ContentWarehouse.V1.Model.WeboftrustLiveResultProviderDocAttachment.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.WeboftrustLiveResultsDocAttachments