Class CommitFlowPublishRequest
Class representing an commit prep flow request.
See Tableau API Reference for documentation.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class CommitFlowPublishRequest : TableauServerRequest
Constructors
CommitFlowPublishRequest()
The default parameterless constructor.
Declaration
public CommitFlowPublishRequest()
CommitFlowPublishRequest(IPublishFlowOptions)
Creates a new CommitFlowPublishRequest object.
Declaration
public CommitFlowPublishRequest(IPublishFlowOptions options)
Parameters
Type | Name | Description |
---|---|---|
IPublishFlowOptions | options | The publish options. |
Properties
Flow
Gets or sets the prep flow for the request.
Declaration
public CommitFlowPublishRequest.FlowType? Flow { get; set; }
Property Value
Type | Description |
---|---|
CommitFlowPublishRequest.FlowType |