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