Class TargetingValueDayPartTargetingDayPart
Inheritance
System.Object
TargetingValueDayPartTargetingDayPart
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4.Data
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class TargetingValueDayPartTargetingDayPart : IDirectResponseSchema
Properties
DayOfWeek
Declaration
[JsonProperty("dayOfWeek")]
public virtual string DayOfWeek { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
EndHour
Declaration
[JsonProperty("endHour")]
public virtual int? EndHour { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
EndMinute
Declaration
[JsonProperty("endMinute")]
public virtual int? EndMinute { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StartHour
Declaration
[JsonProperty("startHour")]
public virtual int? StartHour { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
StartMinute
Declaration
[JsonProperty("startMinute")]
public virtual int? StartMinute { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Implements
Google.Apis.Requests.IDirectResponseSchema