Show / Hide Table of Contents

Class AdPolicyTopicEvidenceLegalRemoval

Legal related regulation enforcement, either from DMCA or local legal regulation.

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

Properties

ComplaintType

The type of complaint causing the legal removal.

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

CountryRestrictions

The countries restricted due to the legal removal.

Declaration
[JsonProperty("countryRestrictions")]
public virtual IList<AdPolicyCriterionRestriction> CountryRestrictions { get; set; }
Property Value
Type Description
IList<AdPolicyCriterionRestriction>

Dmca

Details on the DMCA regulation legal removal.

Declaration
[JsonProperty("dmca")]
public virtual AdPolicyTopicEvidenceLegalRemovalDmca Dmca { get; set; }
Property Value
Type Description
AdPolicyTopicEvidenceLegalRemovalDmca

ETag

The ETag of the item.

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

LocalLegal

Details on the local legal regulation legal removal.

Declaration
[JsonProperty("localLegal")]
public virtual AdPolicyTopicEvidenceLegalRemovalLocalLegal LocalLegal { get; set; }
Property Value
Type Description
AdPolicyTopicEvidenceLegalRemovalLocalLegal

RestrictedUris

The urls restricted due to the legal removal.

Declaration
[JsonProperty("restrictedUris")]
public virtual IList<string> RestrictedUris { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX