Class GetSubscriptionsResponse.SubscriptionType.ScheduleType.FrequencyDetailsType
Class representing a response frequency details item.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class GetSubscriptionsResponse.SubscriptionType.ScheduleType.FrequencyDetailsType : IScheduleFrequencyDetailsType
Constructors
FrequencyDetailsType()
Creates a new GetSubscriptionsResponse.SubscriptionType.ScheduleType.FrequencyDetailsType instance.
Declaration
public FrequencyDetailsType()
FrequencyDetailsType(IScheduleFrequencyDetailsType)
Creates a new GetSubscriptionsResponse.SubscriptionType.ScheduleType.FrequencyDetailsType instance.
Declaration
public FrequencyDetailsType(IScheduleFrequencyDetailsType frequencyDetails)
Parameters
Type | Name | Description |
---|---|---|
IScheduleFrequencyDetailsType | frequencyDetails | The frequency details to copy from. |
Properties
End
Gets or sets the end time for the response.
Declaration
public string? End { get; set; }
Property Value
Type | Description |
---|---|
string |
Intervals
Gets or sets the intervals for the response.
Declaration
public GetSubscriptionsResponse.SubscriptionType.ScheduleType.FrequencyDetailsType.IntervalType[] Intervals { get; set; }
Property Value
Type | Description |
---|---|
IntervalType[] |
Start
Gets or sets the start time for the response.
Declaration
public string? Start { get; set; }
Property Value
Type | Description |
---|---|
string |