Class UpdateFlowResponse
Class representing a flow update response. See Tableau API Reference for documentation.
Inheritance
object
UpdateFlowResponse
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class UpdateFlowResponse : TableauServerResponse<UpdateFlowResponse.FlowType>, ITableauServerResponse<UpdateFlowResponse.FlowType>, ITableauServerResponse
Properties
Item
Gets or sets the flow object.
Declaration
public override UpdateFlowResponse.FlowType? Item { get; set; }
Property Value
| Type | Description |
|---|---|
| UpdateFlowResponse.FlowType |