Show / Hide Table of Contents

Class DestinationNotCrawlableEvidence

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

Inheritance
object
DestinationNotCrawlableEvidence
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX