Class ExtractRefreshTasksResponse.TaskType.ExtractRefreshType.ScheduleType
Class representing a response schedule item.
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Server
Assembly: Tableau.Migration.dll
Syntax
public class ExtractRefreshTasksResponse.TaskType.ExtractRefreshType.ScheduleType : IScheduleReferenceType, IRestIdentifiable
Properties
CreatedAt
Gets or sets the created time for the response.
Declaration
public string? CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |
Frequency
Gets or sets the frequency for the response.
Declaration
public string? Frequency { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets or sets the ID for the response.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Gets or sets the name for the response.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NextRunAt
Gets or sets the next run time for the response.
Declaration
public string? NextRunAt { get; set; }
Property Value
Type | Description |
---|---|
string |
Priority
Gets or sets the priority for the response.
Declaration
public int Priority { get; set; }
Property Value
Type | Description |
---|---|
int |
State
Gets or sets the state for the response.
Declaration
public string? State { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Gets or sets the type for the response.
Declaration
public string? Type { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdatedAt
Gets or sets the updated time for the response.
Declaration
public string? UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |