CrawlerChangerateUrlHistory

GoogleApi.ContentWarehouse.V1.Model.CrawlerChangerateUrlHistory


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. change (type: list(GoogleApi.ContentWarehouse.V1.Model.CrawlerChangerateUrlChange), default: nil)
    - All the changes we've seen for this URL.
  2. latestVersion (type: GoogleApi.ContentWarehouse.V1.Model.CrawlerChangerateUrlVersion, default: nil)
    - The latest version we've seen.
  3. url (type: String.t, default: nil)
    - This field in only set in 'url_history' column of Union repository to avoid having to read CompositeDocs.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CrawlerChangerateUrlHistory{
change: [GoogleApi.ContentWarehouse.V1.Model.CrawlerChangerateUrlChange.t()] | nil,
latestVersion: GoogleApi.ContentWarehouse.V1.Model.CrawlerChangerateUrlVersion.t() | nil,
url: String.t() | nil
}

Function

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

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