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

For legacy purposes, cdocs contain a repeated list of *Entry, whereas it's more convenient elsewhere to contain this information within its own protocol buffer.

Attributes

  • imagesearchDocid (type: String.t, default: nil) - Source imagesearch docid
  • webDocid (type: String.t, default: nil) - Docid of web landing page

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SmearedWebLandingPageEntry{
  imagesearchDocid: String.t() | nil,
  webDocid: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.