Class AdPolicyTopicEvidenceWebsiteList
A list of websites that violated the policy.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class AdPolicyTopicEvidenceWebsiteList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Websites
Websites that caused the policy finding.
Declaration
[JsonProperty("websites")]
public virtual IList<string> Websites { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |