Interface IScheduleFrequencyDetailsType
Interface for schedule frequency eetails.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public interface IScheduleFrequencyDetailsType
Properties
End
Gets the frequency end time.
Declaration
string? End { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Intervals
Gets the frequency detail intervals.
Declaration
IScheduleIntervalType[] Intervals { get; }
Property Value
| Type | Description |
|---|---|
| IScheduleIntervalType[] |
Start
Gets the frequency start time.
Declaration
string? Start { get; set; }
Property Value
| Type | Description |
|---|---|
| string |