Show / Hide Table of Contents

Class GoogleAdsSearchads360V0CommonAdScheduleInfo

Represents an AdSchedule criterion. AdSchedule is specified as the day of the week and a time interval within which ads will be shown. No more than six AdSchedules can be added for the same day.

Inheritance
object
GoogleAdsSearchads360V0CommonAdScheduleInfo
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.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0CommonAdScheduleInfo : IDirectResponseSchema

Properties

DayOfWeek

Day of the week the schedule applies to. This field is required for CREATE operations and is prohibited on UPDATE operations.

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

Ending hour in 24 hour time; 24 signifies end of the day. This field must be between 0 and 24, inclusive. This field is required for CREATE operations and is prohibited on UPDATE operations.

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

EndMinute

Minutes after the end hour at which this schedule ends. The schedule is exclusive of the end minute. This field is required for CREATE operations and is prohibited on UPDATE operations.

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

StartHour

Starting hour in 24 hour time. This field must be between 0 and 23, inclusive. This field is required for CREATE operations and is prohibited on UPDATE operations.

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

StartMinute

Minutes after the start hour at which this schedule starts. This field is required for CREATE operations and is prohibited on UPDATE operations.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX