IndexingEmbeddedContentFetchHostCount

GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentFetchHostCount


Table of Contents ▼

Jump to a specific part of the page:

Description

Log how many urls finally goes to trawler on a host in rendering.

Attributes List

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

View Attributes

Attributes

  1. counter (type: list(GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentFetchHostCountCounter), default: nil)
    -
  2. host (type: String.t, default: nil)
    -
  3. num (type: integer(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentFetchHostCount{
counter: [ GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentFetchHostCountCounter.t() ] | nil,
host: String.t() | nil,
num: integer() | nil
}

Function

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

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