Show / Hide Table of Contents

Class DoubleVerifyBrandSafetyCategories

Settings for brand safety controls.

Inheritance
object
DoubleVerifyBrandSafetyCategories
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.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class DoubleVerifyBrandSafetyCategories : IDirectResponseSchema

Properties

AvoidUnknownBrandSafetyCategory

Unknown or unrateable.

Declaration
[JsonProperty("avoidUnknownBrandSafetyCategory")]
public virtual bool? AvoidUnknownBrandSafetyCategory { get; set; }
Property Value
Type Description
bool?

AvoidedHighSeverityCategories

Brand safety high severity avoidance categories.

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

AvoidedMediumSeverityCategories

Brand safety medium severity avoidance categories.

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX