Class CommitFlowPublishRequest.FlowType
The prep flow type in the API request body.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class CommitFlowPublishRequest.FlowType
Properties
Description
Gets or sets the description for the prep flow.
Declaration
public string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the name for the prep flow.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Project
Gets or sets the prep flow's project for the request.
Declaration
public CommitFlowPublishRequest.FlowType.ProjectType? Project { get; set; }
Property Value
Type | Description |
---|---|
CommitFlowPublishRequest.FlowType.ProjectType |