Class CreateExtractRefreshTaskRequest.ScheduleType.FrequencyDetailsType.IntervalType
Class representing a request interval item.
Namespace: Tableau.Migration.Api.Rest.Models.Requests.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class CreateExtractRefreshTaskRequest.ScheduleType.FrequencyDetailsType.IntervalType
Constructors
IntervalType()
Creates a new CreateExtractRefreshTaskRequest.ScheduleType.FrequencyDetailsType.IntervalType instance.
Declaration
public IntervalType()
IntervalType(IInterval)
Creates a new CreateExtractRefreshTaskRequest.ScheduleType.FrequencyDetailsType.IntervalType instance.
Declaration
public IntervalType(IInterval interval)
Parameters
Type | Name | Description |
---|---|---|
IInterval | interval | The interval to copy from. |
Properties
Hours
Gets or sets the hours for the request.
Declaration
public string? Hours { get; set; }
Property Value
Type | Description |
---|---|
string |
Minutes
Gets or sets the minutes for the request.
Declaration
public string? Minutes { get; set; }
Property Value
Type | Description |
---|---|
string |
MonthDay
Gets or sets the month/day for the request.
Declaration
public string? MonthDay { get; set; }
Property Value
Type | Description |
---|---|
string |
WeekDay
Gets or sets the weekday for the request.
Declaration
public string? WeekDay { get; set; }
Property Value
Type | Description |
---|---|
string |