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
Item
Gets or sets the prep flow for the response.
Declaration
public override FlowResponse.FlowType? Item { get; set; }
Property Value
Type | Description |
---|---|
FlowResponse.FlowType |