Show / Hide Table of Contents

Class DayAndTimeAssignedTargetingOptionDetails

Representation of a segment of time defined on a specific day of the week and with a start and end time. The time represented by start_hour must be before the time represented by end_hour.

Inheritance
object
DayAndTimeAssignedTargetingOptionDetails
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.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class DayAndTimeAssignedTargetingOptionDetails : IDirectResponseSchema

Properties

DayOfWeek

Required. The day of the week for this day and time targeting setting.

Declaration
[JsonProperty("dayOfWeek")]
public virtual string DayOfWeek { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndHour

Required. The end hour for day and time targeting. Must be between 1 (1 hour after start of day) and 24 (end of day).

Declaration
[JsonProperty("endHour")]
public virtual int? EndHour { get; set; }
Property Value
Type Description
int?

StartHour

Required. The start hour for day and time targeting. Must be between 0 (start of day) and 23 (1 hour before end of day).

Declaration
[JsonProperty("startHour")]
public virtual int? StartHour { get; set; }
Property Value
Type Description
int?

TimeZoneResolution

Required. The mechanism used to determine which timezone to use for this day and time targeting setting. For demand gen line items, this field is always TIME_ZONE_RESOLUTION_ADVERTISER.

Declaration
[JsonProperty("timeZoneResolution")]
public virtual string TimeZoneResolution { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX