Interface IFlowDetails
Interface for a flow object with extended information, from a GET query for example.
Inherited Members
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IFlowDetails : IFlow, IPublishedContent, IDescriptionContent, IWithTags, IContainerContent, IMappableContainerContent, IRequiresOwnerUpdate, IWithOwner, IPermissionsContent, IWithConnections, IRequiresEmbeddedCredentialMigration, IWithEmbeddedCredentials, IContentReference, IEquatable<IContentReference>, IRestIdentifiable
Properties
FlowOutputSteps
Gets the flow output step metadata.
Declaration
IImmutableList<IFlowOutputStep> FlowOutputSteps { get; }
Property Value
| Type | Description |
|---|---|
| IImmutableList<IFlowOutputStep> |