Class UpdateFlowRequest.FlowType
The flow type in the API request body.
Inheritance
object
UpdateFlowRequest.FlowType
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class UpdateFlowRequest.FlowType
Constructors
FlowType()
Default parameterless constructor.
Declaration
public FlowType()
Properties
Owner
Gets or sets the owner for the request.
Declaration
public UpdateFlowRequest.FlowType.OwnerType? Owner { get; set; }
Property Value
| Type | Description |
|---|---|
| UpdateFlowRequest.FlowType.OwnerType |
Project
Gets or sets the project for the request.
Declaration
public UpdateFlowRequest.FlowType.ProjectType? Project { get; set; }
Property Value
| Type | Description |
|---|---|
| UpdateFlowRequest.FlowType.ProjectType |