Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonPolicyTopicEvidence

Additional information that explains a policy finding.

Inheritance
object
GoogleAdsSearchads360V23CommonPolicyTopicEvidence
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 GoogleAdsSearchads360V23CommonPolicyTopicEvidence : IDirectResponseSchema

Properties

DestinationMismatch

Mismatch between the destinations of a resource's URLs.

Declaration
[JsonProperty("destinationMismatch")]
public virtual GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationMismatch DestinationMismatch { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationMismatch

DestinationNotWorking

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

Declaration
[JsonProperty("destinationNotWorking")]
public virtual GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationNotWorking DestinationNotWorking { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationNotWorking

DestinationTextList

The text in the destination of the resource that is causing a policy finding.

Declaration
[JsonProperty("destinationTextList")]
public virtual GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationTextList DestinationTextList { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationTextList

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LanguageCode

The language the resource was detected to be written in. This is an IETF language tag such as "en-US".

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

TextList

List of evidence found in the text of a resource.

Declaration
[JsonProperty("textList")]
public virtual GoogleAdsSearchads360V23CommonPolicyTopicEvidenceTextList TextList { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonPolicyTopicEvidenceTextList

WebsiteList

List of websites linked with this resource.

Declaration
[JsonProperty("websiteList")]
public virtual GoogleAdsSearchads360V23CommonPolicyTopicEvidenceWebsiteList WebsiteList { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonPolicyTopicEvidenceWebsiteList

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX