Class AddFlowTaskToScheduleResponse.TaskType.FlowRunType
Class representing a response flow run item.
Inheritance
object
AddFlowTaskToScheduleResponse.TaskType.FlowRunType
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Server
Assembly: Tableau.Migration.dll
Syntax
public class AddFlowTaskToScheduleResponse.TaskType.FlowRunType
Properties
ConsecutiveFailedCount
Gets or sets the consecutive failed count for the response.
Declaration
public int ConsecutiveFailedCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Flow
Gets or sets the flow for the response.
Declaration
public AddFlowTaskToScheduleResponse.TaskType.FlowRunType.FlowType? Flow { get; set; }
Property Value
| Type | Description |
|---|---|
| AddFlowTaskToScheduleResponse.TaskType.FlowRunType.FlowType |
FlowParametersRuns
Gets or sets the flow parameters runs for the response.
Declaration
public AddFlowTaskToScheduleResponse.TaskType.FlowRunType.ParameterRunsType[] FlowParametersRuns { get; set; }
Property Value
| Type | Description |
|---|---|
| ParameterRunsType[] |
Id
Gets or sets the ID for the response.
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Priority
Gets or sets the priority for the response.
Declaration
public int Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Schedule
Gets or sets the schedule for the response.
Declaration
public AddFlowTaskToScheduleResponse.TaskType.FlowRunType.ScheduleType? Schedule { get; set; }
Property Value
| Type | Description |
|---|---|
| AddFlowTaskToScheduleResponse.TaskType.FlowRunType.ScheduleType |
Type
Gets or sets the type for the response.
Declaration
public string? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |