Interface IScheduleType
Interface for a schedule response item.
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IScheduleType
Properties
Frequency
Gets or sets the schedule's frequency.
Declaration
string? Frequency { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FrequencyDetails
Gets the schedule's frequency details.
Declaration
IScheduleFrequencyDetailsType? FrequencyDetails { get; }
Property Value
| Type | Description |
|---|---|
| IScheduleFrequencyDetailsType |
NextRunAt
Gets or sets the schedule's next run time.
Declaration
string? NextRunAt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |