Class DayPartTargeting
Represents Daypart targeting.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class DayPartTargeting : IDirectResponseSchema
Properties
DayParts
The targeted weekdays and times
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 time zone type of the day parts
Declaration
[JsonProperty("timeZoneType")]
public virtual string TimeZoneType { get; set; }
Property Value
Type | Description |
---|---|
string |