Show / Hide Table of Contents

Class MonthlySchedule

Represents a monthly schedule. An example of a valid monthly schedule is "on the third Tuesday of the month" or "on the 15th of the month".

Inheritance
object
MonthlySchedule
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.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.dll
Syntax
public class MonthlySchedule : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MonthDay

Required. One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.

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

WeekDayOfMonth

Required. Week day in a month.

Declaration
[JsonProperty("weekDayOfMonth")]
public virtual WeekDayOfMonth WeekDayOfMonth { get; set; }
Property Value
Type Description
WeekDayOfMonth

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX