Class UpdateSubscriptionResponse.ScheduleType
Class representing a response schedule item.
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class UpdateSubscriptionResponse.ScheduleType : ICloudScheduleType, IScheduleType
Constructors
ScheduleType()
Creates a new UpdateSubscriptionResponse.ScheduleType instance.
Declaration
public ScheduleType()
ScheduleType(ICloudScheduleType)
Creates a new UpdateSubscriptionResponse.ScheduleType instance.
Declaration
public ScheduleType(ICloudScheduleType schedule)
Parameters
Type | Name | Description |
---|---|---|
ICloudScheduleType | schedule | The schedule to copy from. |
Properties
Frequency
Gets or sets the frequency for the response.
Declaration
public string? Frequency { get; set; }
Property Value
Type | Description |
---|---|
string |
FrequencyDetails
Gets or sets the frequency details for the response.
Declaration
public UpdateSubscriptionResponse.ScheduleType.FrequencyDetailsType? FrequencyDetails { get; set; }
Property Value
Type | Description |
---|---|
UpdateSubscriptionResponse.ScheduleType.FrequencyDetailsType |
NextRunAt
Gets or sets the next run at for the response.
Declaration
public string? NextRunAt { get; set; }
Property Value
Type | Description |
---|---|
string |