Class AdPolicyTopicEvidenceDestinationNotWorking
Details for on HTTP or DNS errors related to the ad destination.
Implements
Inherited Members
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 |