Class CategoryAssignedTargetingOptionDetails
Assigned category targeting option details. This will be populated in the category_details field when
targeting_type is TARGETING_TYPE_CATEGORY
.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class CategoryAssignedTargetingOptionDetails : IDirectResponseSchema
Properties
DisplayName
Output only. The display name of the category.
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_CATEGORY
.
Declaration
[JsonProperty("targetingOptionId")]
public virtual string TargetingOptionId { get; set; }
Property Value
Type | Description |
---|---|
string |