Interface ITableauServerListResponse<TItems>
Interface representing REST API responses with multiple items.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public interface ITableauServerListResponse<TItems> : ITableauServerResponse
Type Parameters
Name | Description |
---|---|
TItems | The response's item type. |
Properties
Items
Gets the items for the response.
Declaration
TItems[] Items { get; set; }
Property Value
Type | Description |
---|---|
TItems[] |