Class CreateCloudFlowTaskRequest.TaskType.FlowRunType
Class representing a request flow run item.
Inheritance
object
CreateCloudFlowTaskRequest.TaskType.FlowRunType
Namespace: Tableau.Migration.Api.Rest.Models.Requests.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class CreateCloudFlowTaskRequest.TaskType.FlowRunType
Constructors
FlowRunType()
Creates a new CreateCloudFlowTaskRequest.TaskType.FlowRunType instance.
Declaration
public FlowRunType()
FlowRunType(Guid, IEnumerable<FlowParameterSpec>?, IEnumerable<Guid>?)
Creates a new CreateCloudFlowTaskRequest.TaskType.FlowRunType instance.
Declaration
public FlowRunType(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
Flow
Gets or sets the flow for the request.
Declaration
public CreateCloudFlowTaskRequest.TaskType.FlowRunType.FlowType? Flow { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateCloudFlowTaskRequest.TaskType.FlowRunType.FlowType |
FlowRunSpec
Gets or sets the flow run spec for the request.
Declaration
public CreateCloudFlowTaskRequest.TaskType.FlowRunType.FlowRunSpecType? FlowRunSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateCloudFlowTaskRequest.TaskType.FlowRunType.FlowRunSpecType |