Class FlowResponse
Class representing a prep flow response. Tableau API Reference for documentation.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class FlowResponse : TableauServerResponse<FlowResponse.FlowType>, ITableauServerResponse<FlowResponse.FlowType>, ITableauServerResponse
Properties
FlowOutputSteps
Gets or sets the flow output steps for the response.
Declaration
public FlowResponse.FlowOutputStepType[] FlowOutputSteps { get; set; }
Property Value
| Type | Description |
|---|---|
| FlowOutputStepType[] |
Item
Gets or sets the prep flow for the response.
Declaration
public override FlowResponse.FlowType? Item { get; set; }
Property Value
| Type | Description |
|---|---|
| FlowResponse.FlowType |