Class CreateExtractRefreshTaskResponse.ScheduleType.FrequencyDetailsType
Class representing a response frequency details item.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class CreateExtractRefreshTaskResponse.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 CreateExtractRefreshTaskResponse.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 |