Interface IServerScheduleType
Interface for a Tableau Server schedule response item.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Server
Assembly: Tableau.Migration.dll
Syntax
public interface IServerScheduleType : IScheduleType, IRestIdentifiable, INamedContent
Properties
CreatedAt
Gets or sets the schedule's creation time.
Declaration
string? CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |
Priority
Gets or sets the schedule's intervals.
Declaration
int Priority { get; set; }
Property Value
Type | Description |
---|---|
int |
State
Gets or sets the schedule's state.
Declaration
string? State { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Gets or sets the schedule's type.
Declaration
string? Type { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdatedAt
Gets or sets the schedule's updated time.
Declaration
string? UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |