Class DestinationNotCrawlableEvidence
Evidence that the creative's destination URL was not crawlable by Google.
Implements
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class DestinationNotCrawlableEvidence : IDirectResponseSchema
Properties
CrawlTime
object representation of CrawlTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CrawlTimeDateTimeOffset instead.")]
public virtual object CrawlTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CrawlTimeDateTimeOffset
DateTimeOffset representation of CrawlTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CrawlTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CrawlTimeRaw
Approximate time of the crawl.
Declaration
[JsonProperty("crawlTime")]
public virtual string CrawlTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
CrawledUrl
Destination URL that was attempted to be crawled.
Declaration
[JsonProperty("crawledUrl")]
public virtual string CrawledUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Reason
Reason of destination not crawlable.
Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
Type | Description |
---|---|
string |