Class ExtractRefreshTasksResponse.TaskType.ExtractRefreshType.ScheduleType
Class representing a response schedule item.
Inheritance
object
    ExtractRefreshTasksResponse.TaskType.ExtractRefreshType.ScheduleType
  Namespace: Tableau.Migration.Api.Rest.Models.Responses.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class ExtractRefreshTasksResponse.TaskType.ExtractRefreshType.ScheduleType : ICloudScheduleType, IScheduleType
  Properties
Frequency
Gets or sets the frequency for the response.
Declaration
public string? Frequency { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
FrequencyDetails
Gets or sets the frequency details for the response.
Declaration
public ExtractRefreshTasksResponse.TaskType.ExtractRefreshType.ScheduleType.FrequencyDetailsType? FrequencyDetails { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ExtractRefreshTasksResponse.TaskType.ExtractRefreshType.ScheduleType.FrequencyDetailsType | 
NextRunAt
Gets or sets the next run at for the response.
Declaration
public string? NextRunAt { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |