Show / Hide Table of Contents

Class DayPartTargeting

Represents Daypart targeting.

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.AuthorizedBuyersMarketplace.v1.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX