Class ExtractRefreshTasksResponse.TaskType.ExtractRefreshType.ScheduleType.FrequencyDetailsType
Class representing a response frequency details item.
Inheritance
ExtractRefreshTasksResponse.TaskType.ExtractRefreshType.ScheduleType.FrequencyDetailsType
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class ExtractRefreshTasksResponse.TaskType.ExtractRefreshType.ScheduleType.FrequencyDetailsType : IScheduleFrequencyDetailsType
Properties
End
Gets or sets the end time for the response.
Declaration
public string? End { get; set; }
Property Value
Type | Description |
---|---|
string |
Intervals
Gets or sets the intervals for the response.
Declaration
public ExtractRefreshTasksResponse.TaskType.ExtractRefreshType.ScheduleType.FrequencyDetailsType.IntervalType[] Intervals { get; set; }
Property Value
Type | Description |
---|---|
IntervalType[] |
Start
Gets or sets the start time for the response.
Declaration
public string? Start { get; set; }
Property Value
Type | Description |
---|---|
string |