Class ScheduleResponse.ScheduleType.FrequencyDetailsType.IntervalType
Class representing a REST API interval response.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Server
Assembly: Tableau.Migration.dll
Syntax
public class ScheduleResponse.ScheduleType.FrequencyDetailsType.IntervalType : IScheduleIntervalType
Properties
Hours
Gets or sets the hours for the response.
Declaration
public string? Hours { get; set; }
Property Value
Type | Description |
---|---|
string |
Minutes
Gets or sets the minutes for the response.
Declaration
public string? Minutes { get; set; }
Property Value
Type | Description |
---|---|
string |
MonthDay
Gets or sets the week day for the response.
Declaration
public string? MonthDay { get; set; }
Property Value
Type | Description |
---|---|
string |
WeekDay
Gets or sets the week day for the response.
Declaration
public string? WeekDay { get; set; }
Property Value
Type | Description |
---|---|
string |