Class ScheduleOptions
The options for a scheduled report.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class ScheduleOptions : IMessage<ScheduleOptions>, IEquatable<ScheduleOptions>, IDeepCloneable<ScheduleOptions>, IBufferMessage, IMessage
Constructors
ScheduleOptions()
Declaration
public ScheduleOptions()
ScheduleOptions(ScheduleOptions)
Declaration
public ScheduleOptions(ScheduleOptions other)
Parameters
Type | Name | Description |
---|---|---|
ScheduleOptions | other |
Properties
DeliveryCondition
Option for when to deliver the scheduled report.
Declaration
public ScheduleOptions.Types.DeliveryCondition DeliveryCondition { get; set; }
Property Value
Type | Description |
---|---|
ScheduleOptions.Types.DeliveryCondition |
Flags
Optional. The flags evaluated when ReportDeliveryOption.WHEN_FLAG_PRESENT is specified.
Declaration
public RepeatedField<Report.Types.Flag> Flags { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Report.Types.Flag> |
Schedule
Information pertaining to schedule itself.
Declaration
public Schedule Schedule { get; set; }
Property Value
Type | Description |
---|---|
Schedule |