Class DayPartTargeting
Specifies the day part targeting criteria.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class DayPartTargeting : IDirectResponseSchema
Properties
DayParts
A list of day part targeting criterion.
Declaration
[JsonProperty("dayParts")]
public virtual IList<DayPart> DayParts { get; set; }
Property Value
Type | Description |
---|---|
IList<DayPart> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeZoneType
The timezone to use for interpreting the day part targeting.
Declaration
[JsonProperty("timeZoneType")]
public virtual string TimeZoneType { get; set; }
Property Value
Type | Description |
---|---|
string |