GoogleApi.RealTimeBidding.V1.Model.DestinationNotCrawlableEvidence (google_api_real_time_bidding v0.13.2)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.