Interface IFlowDetailsType
Interface for a flow response object with extended information, from a GET query for example.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IFlowDetailsType : IFlowType, IRestIdentifiable, INamedContent, IWithProjectNamedReferenceType, IWithProjectReferenceType, IWithOwnerType, IWithTagTypes
Properties
FlowOutputSteps
Gets the flow output steps for the response.
Declaration
IFlowOutputStepType[] FlowOutputSteps { get; }
Property Value
| Type | Description |
|---|---|
| IFlowOutputStepType[] |