Class VideoTargeting
Represents targeting information about video.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class VideoTargeting : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExcludedPositionTypes
A list of video positions to be excluded. When this field is populated, the targeted_position_types field must be empty.
Declaration
[JsonProperty("excludedPositionTypes")]
public virtual IList<string> ExcludedPositionTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
TargetedPositionTypes
A list of video positions to be included. When this field is populated, the excluded_position_types field must be empty.
Declaration
[JsonProperty("targetedPositionTypes")]
public virtual IList<string> TargetedPositionTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |