Class ScheduleResponse.ScheduleType.FrequencyDetailsType
Class representing a REST API frequency details response.
Inheritance
object
    ScheduleResponse.ScheduleType.FrequencyDetailsType
  Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Server
Assembly: Tableau.Migration.dll
Syntax
public class ScheduleResponse.ScheduleType.FrequencyDetailsType : IScheduleFrequencyDetailsTypeProperties
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 ScheduleResponse.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 |