Show / Hide Table of Contents

Class DoubleVerifyBrandSafetyCategories

Settings for brand safety controls.

Inheritance
System.Object
DoubleVerifyBrandSafetyCategories
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class DoubleVerifyBrandSafetyCategories : IDirectResponseSchema

Properties

AvoidedHighSeverityCategories

Brand safety high severity avoidance categories.

Declaration
[JsonProperty("avoidedHighSeverityCategories")]
public virtual IList<string> AvoidedHighSeverityCategories { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

AvoidedMediumSeverityCategories

Brand safety medium severity avoidance categories.

Declaration
[JsonProperty("avoidedMediumSeverityCategories")]
public virtual IList<string> AvoidedMediumSeverityCategories { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

AvoidUnknownBrandSafetyCategory

Unknown or unrateable.

Declaration
[JsonProperty("avoidUnknownBrandSafetyCategory")]
public virtual bool? AvoidUnknownBrandSafetyCategory { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ETag

The ETag of the item.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top