Class FlowsResponse
Class representing a flow response.
This is incomplete, there are more attributes than we're saving
Inheritance
FlowsResponse
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class FlowsResponse : PagedTableauServerResponse<FlowsResponse.FlowType>, ITableauServerListResponse<FlowsResponse.FlowType>, ITableauServerResponse, IPageInfo
Properties
Items
Gets or sets the groups for the response.
Declaration
public override FlowsResponse.FlowType[] Items { get; set; }
Property Value
Type | Description |
---|---|
FlowType[] |