Class UpdateFlowRequest
Class representing an update flow request. See Tableau API Reference for documentation.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class UpdateFlowRequest : TableauServerRequest
Constructors
UpdateFlowRequest()
The default parameterless constructor.
Declaration
public UpdateFlowRequest()
UpdateFlowRequest(Guid?, Guid?)
Builds the Update request for a flow.
Declaration
public UpdateFlowRequest(Guid? newProjectId = null, Guid? newOwnerId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid? | newProjectId | The LUID of a project to move the flow to, or null to not update the project. |
| Guid? | newOwnerId | The LUID of a user to assign the flow to as owner, or null to not update the owner. |
Properties
Flow
Gets or sets the flow for the request.
Declaration
public UpdateFlowRequest.FlowType? Flow { get; set; }
Property Value
| Type | Description |
|---|---|
| UpdateFlowRequest.FlowType |