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
.
Inheritance
System.Object
DigitalContentLabelTargetingOptionDetails
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 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 |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema