Show / Hide Table of Contents

Class DayPartTargeting

Specifies the day part targeting criteria.

Inheritance
object
DayPartTargeting
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX