Class DigitalContentLabelTargetingOptionDetails
Represents a targetable digital content label rating tier. This will be populated in the
digital_content_label_details field of the TargetingOption when targeting_type is
TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION
.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class DigitalContentLabelTargetingOptionDetails : IDirectResponseSchema
Properties
ContentRatingTier
Output only. An enum for the content label brand safety tiers.
Declaration
[JsonProperty("contentRatingTier")]
public virtual string ContentRatingTier { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |