GoogleApi.RealTimeBidding.V1.Model.DestinationNotCrawlableEvidence (google_api_real_time_bidding v0.3.0) View Source

Evidence that the creative's destination URL was not crawlable by Google.

Attributes

  • crawlTime (type: DateTime.t, default: nil) - Approximate time of the crawl.
  • crawledUrl (type: String.t, default: nil) - Destination URL that was attempted to be crawled.
  • reason (type: String.t, default: nil) - Reason of destination not crawlable.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.RealTimeBidding.V1.Model.DestinationNotCrawlableEvidence{
  crawlTime: DateTime.t(),
  crawledUrl: String.t(),
  reason: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.