Class CreateCloudFlowTaskRequest.TaskType
Class representing a request task item.
Inheritance
object
CreateCloudFlowTaskRequest.TaskType
Namespace: Tableau.Migration.Api.Rest.Models.Requests.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class CreateCloudFlowTaskRequest.TaskType
Constructors
TaskType()
Creates a new CreateCloudFlowTaskRequest.TaskType instance.
Declaration
public TaskType()
TaskType(Guid, IEnumerable<FlowParameterSpec>?, IEnumerable<Guid>?)
Creates a new CreateCloudFlowTaskRequest.TaskType instance.
Declaration
public TaskType(Guid flowId, IEnumerable<FlowParameterSpec>? flowParameterSpecs = null, IEnumerable<Guid>? flowOutputStepIds = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | flowId | The flow ID. |
| IEnumerable<FlowParameterSpec> | flowParameterSpecs | Optional flow parameter specifications. |
| IEnumerable<Guid> | flowOutputStepIds | Optional flow output step IDs. |
Properties
FlowRun
Gets or sets the flow run for the request.
Declaration
public CreateCloudFlowTaskRequest.TaskType.FlowRunType? FlowRun { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateCloudFlowTaskRequest.TaskType.FlowRunType |