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