Class ContentGenreAssignedTargetingOptionDetails
Details for content genre assigned targeting option. This will be populated in the content_genre_details field
when targeting_type is TARGETING_TYPE_CONTENT_GENRE
. Explicitly targeting all options is not supported. Remove
all content genre targeting options to achieve this effect.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class ContentGenreAssignedTargetingOptionDetails : IDirectResponseSchema
Properties
DisplayName
Output only. The display name of the content genre.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
Negative
Indicates if this option is being negatively targeted.
Declaration
[JsonProperty("negative")]
public virtual bool? Negative { get; set; }
Property Value
Type | Description |
---|---|
bool? |
TargetingOptionId
Required. The targeting_option_id field when targeting_type is TARGETING_TYPE_CONTENT_GENRE
.
Declaration
[JsonProperty("targetingOptionId")]
public virtual string TargetingOptionId { get; set; }
Property Value
Type | Description |
---|---|
string |