Class ScheduleResponse.ScheduleType
Class representing a schedule response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Server
Assembly: Tableau.Migration.dll
Syntax
public class ScheduleResponse.ScheduleType : IServerScheduleType, IScheduleType, IRestIdentifiable, INamedContent
Properties
CreatedAt
Gets or sets the created timestamp for the response.
Declaration
public string? CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |
ExecutionOrder
Gets or sets the execution order for the response.
Declaration
public string? ExecutionOrder { 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 |
FrequencyDetails
Gets or sets the frequency details for the response.
Declaration
public ScheduleResponse.ScheduleType.FrequencyDetailsType FrequencyDetails { get; set; }
Property Value
Type | Description |
---|---|
ScheduleResponse.ScheduleType.FrequencyDetailsType |
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 at 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 timestamp for the response.
Declaration
public string? UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |