Class GetSubscriptionsResponse.SubscriptionType.ScheduleType.FrequencyDetailsType.IntervalType
Class representing a response interval item.
Inheritance
GetSubscriptionsResponse.SubscriptionType.ScheduleType.FrequencyDetailsType.IntervalType
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class GetSubscriptionsResponse.SubscriptionType.ScheduleType.FrequencyDetailsType.IntervalType : IScheduleIntervalType
Constructors
IntervalType()
Creates a new GetSubscriptionsResponse.SubscriptionType.ScheduleType.FrequencyDetailsType.IntervalType instance.
Declaration
public IntervalType()
IntervalType(IScheduleIntervalType)
Creates a new GetSubscriptionsResponse.SubscriptionType.ScheduleType.FrequencyDetailsType.IntervalType instance.
Declaration
public IntervalType(IScheduleIntervalType interval)
Parameters
Type | Name | Description |
---|---|---|
IScheduleIntervalType | interval | The interval to copy from. |
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 |