Class CreateExtractRefreshTaskResponse.ScheduleType
Class representing a response schedule item.
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class CreateExtractRefreshTaskResponse.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 CreateExtractRefreshTaskResponse.ScheduleType.FrequencyDetailsType? FrequencyDetails { get; set; }
Property Value
Type | Description |
---|---|
CreateExtractRefreshTaskResponse.ScheduleType.FrequencyDetailsType |
NextRunAt
Gets or sets the next run time for the response.
Declaration
public string? NextRunAt { get; set; }
Property Value
Type | Description |
---|---|
string |