Show / Hide Table of Contents

Class Schedule.Types.MonthlySchedule

Days of Month to schedule report run.

Inheritance
object
Schedule.Types.MonthlySchedule
Implements
IMessage<Schedule.Types.MonthlySchedule>
IEquatable<Schedule.Types.MonthlySchedule>
IDeepCloneable<Schedule.Types.MonthlySchedule>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class Schedule.Types.MonthlySchedule : IMessage<Schedule.Types.MonthlySchedule>, IEquatable<Schedule.Types.MonthlySchedule>, IDeepCloneable<Schedule.Types.MonthlySchedule>, IBufferMessage, IMessage

Constructors

MonthlySchedule()

Declaration
public MonthlySchedule()

MonthlySchedule(MonthlySchedule)

Declaration
public MonthlySchedule(Schedule.Types.MonthlySchedule other)
Parameters
Type Name Description
Schedule.Types.MonthlySchedule other

Properties

MonthlyScheduledDays

Specifies days of the month to run report. Range is from 1-31. Will ignore days that are not valid for the given month.

Declaration
public RepeatedField<int> MonthlyScheduledDays { get; }
Property Value
Type Description
RepeatedField<int>
In this article
Back to top Generated by DocFX