Class ChannelAssignedTargetingOptionDetails
Details for assigned channel targeting option. This will be populated in the details field of an
AssignedTargetingOption when targeting_type is TARGETING_TYPE_CHANNEL
.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class ChannelAssignedTargetingOptionDetails : IDirectResponseSchema
Properties
ChannelId
Required. ID of the channel. Should refer to the channel ID field on a Partner-owned channel or advertiser-owned channel resource.
Declaration
[JsonProperty("channelId")]
public virtual long? ChannelId { get; set; }
Property Value
Type | Description |
---|---|
long? |
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. For advertiser level assigned targeting option, this field must be true.
Declaration
[JsonProperty("negative")]
public virtual bool? Negative { get; set; }
Property Value
Type | Description |
---|---|
bool? |