Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationNotWorking

Evidence details when the destination is returning an HTTP error code or isn't functional in all locations for commonly used devices.

Inheritance
object
GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationNotWorking
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.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationNotWorking : IDirectResponseSchema

Properties

Device

The type of device that failed to load the URL.

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

ExpandedUrl

The full URL that didn't work.

Declaration
[JsonProperty("expandedUrl")]
public virtual string ExpandedUrl { 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?

LastCheckedDateTime

The time the URL was last checked. The format is "YYYY-MM-DD HH:MM:SS". Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX