Interface IScheduleIntervalType
Interface for a schedule interval response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public interface IScheduleIntervalType
Properties
Hours
Gets the interval's hours.
Declaration
string? Hours { get; set; }
Property Value
Type | Description |
---|---|
string |
Minutes
Gets the interval's minutes.
Declaration
string? Minutes { get; set; }
Property Value
Type | Description |
---|---|
string |
MonthDay
Gets the interval's month/day.
Declaration
string? MonthDay { get; set; }
Property Value
Type | Description |
---|---|
string |
WeekDay
Gets the interval's weekday.
Declaration
string? WeekDay { get; set; }
Property Value
Type | Description |
---|---|
string |