Class CreateCloudFlowTaskResponse.TaskType.FlowRunType.FlowRunSpecType
Class representing a response flow run spec item.
Inheritance
object
CreateCloudFlowTaskResponse.TaskType.FlowRunType.FlowRunSpecType
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class CreateCloudFlowTaskResponse.TaskType.FlowRunType.FlowRunSpecType
Properties
FlowId
Gets or sets the flow ID for the response.
Declaration
public Guid FlowId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
FlowOutputSteps
Gets or sets the flow output steps for the response.
Declaration
public CreateCloudFlowTaskResponse.TaskType.FlowRunType.FlowRunSpecType.FlowOutputStepType[] FlowOutputSteps { get; set; }
Property Value
| Type | Description |
|---|---|
| FlowOutputStepType[] |
FlowParameterSpecs
Gets or sets the flow parameter specs for the response.
Declaration
public CreateCloudFlowTaskResponse.TaskType.FlowRunType.FlowRunSpecType.FlowParameterSpecType[] FlowParameterSpecs { get; set; }
Property Value
| Type | Description |
|---|---|
| FlowParameterSpecType[] |