Class FlowRunTasksResponse.TaskType.FlowRunType
Class representing a response flow run item.
Inheritance
object
FlowRunTasksResponse.TaskType.FlowRunType
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Server
Assembly: Tableau.Migration.dll
Syntax
public class FlowRunTasksResponse.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 FlowRunTasksResponse.TaskType.FlowRunType.FlowType? Flow { get; set; }
Property Value
| Type | Description |
|---|---|
| FlowRunTasksResponse.TaskType.FlowRunType.FlowType |
FlowParameterSpecs
Gets or sets the flow parameter specs for the response.
Declaration
public FlowRunTasksResponse.TaskType.FlowRunType.FlowParameterSpecsType? FlowParameterSpecs { get; set; }
Property Value
| Type | Description |
|---|---|
| FlowRunTasksResponse.TaskType.FlowRunType.FlowParameterSpecsType |
Id
Gets or sets the ID for the response.
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Parameters
Gets or sets the parameters for the response.
Declaration
public FlowRunTasksResponse.TaskType.FlowRunType.ParameterType[] Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| ParameterType[] |
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 FlowRunTasksResponse.TaskType.FlowRunType.ScheduleType? Schedule { get; set; }
Property Value
| Type | Description |
|---|---|
| FlowRunTasksResponse.TaskType.FlowRunType.ScheduleType |
Type
Gets or sets the type for the response.
Declaration
public string? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |