Show / Hide Table of Contents

Class AdPolicyTopicEvidenceDestinationNotWorking

Details for on HTTP or DNS errors related to the ad destination.

Inheritance
object
AdPolicyTopicEvidenceDestinationNotWorking
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.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class AdPolicyTopicEvidenceDestinationNotWorking : IDirectResponseSchema

Properties

Device

The device where visiting the URL resulted in the error.

Declaration
[JsonProperty("device")]
public virtual string Device { get; set; }
Property Value
Type Description
string

DnsErrorType

The type of DNS error.

Declaration
[JsonProperty("dnsErrorType")]
public virtual string DnsErrorType { 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

ExpandedUri

The full URL that didn't work.

Declaration
[JsonProperty("expandedUri")]
public virtual string ExpandedUri { get; set; }
Property Value
Type Description
string

HttpErrorCode

The HTTP error code.

Declaration
[JsonProperty("httpErrorCode")]
public virtual long? HttpErrorCode { get; set; }
Property Value
Type Description
long?

LastCheckedTime

object representation of LastCheckedTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastCheckedTimeDateTimeOffset instead.")]
public virtual object LastCheckedTime { get; set; }
Property Value
Type Description
object

LastCheckedTimeDateTimeOffset

DateTimeOffset representation of LastCheckedTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastCheckedTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastCheckedTimeRaw

The last time the error was seen when navigating to URL.

Declaration
[JsonProperty("lastCheckedTime")]
public virtual string LastCheckedTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX