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

Message to which we attach to web documents in order to decide which LiveResult to trigger. Next ID: 3

Attributes

  • docBoost (type: list(GoogleApi.ContentWarehouse.V1.Model.WeboftrustLiveResultDocBoostData.t), 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.t), default: nil) - Identifies a Live Result which is to be attached to the document.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.WeboftrustLiveResultsDocAttachments{
  docBoost:
    [GoogleApi.ContentWarehouse.V1.Model.WeboftrustLiveResultDocBoostData.t()]
    | nil,
  providerAttachment:
    [
      GoogleApi.ContentWarehouse.V1.Model.WeboftrustLiveResultProviderDocAttachment.t()
    ]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.