Class CreateExtractRefreshTaskResponse.ScheduleType.FrequencyDetailsType.IntervalType
Class representing a response interval item.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class CreateExtractRefreshTaskResponse.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 month/day for the response.
Declaration
public string? MonthDay { get; set; }
Property Value
Type | Description |
---|---|
string |
WeekDay
Gets or sets the weekday for the response.
Declaration
public string? WeekDay { get; set; }
Property Value
Type | Description |
---|---|
string |