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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.