Interface ISchedule
Interface for an API client schedule model.
Namespace: Tableau.Migration.Content.Schedules
Assembly: Tableau.Migration.dll
Syntax
public interface ISchedule
Properties
Frequency
Gets the schedule's frequency.
Declaration
string Frequency { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FrequencyDetails
Gets the schedule's frequency details.
Declaration
IFrequencyDetails FrequencyDetails { get; }
Property Value
| Type | Description |
|---|---|
| IFrequencyDetails |
NextRunAt
Gets the schedule's next run time.
Declaration
string? NextRunAt { get; }
Property Value
| Type | Description |
|---|---|
| string |