Class PagedTableauServerResponse<TItem>
Class representing a paged REST API response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public abstract class PagedTableauServerResponse<TItem> : TableauServerListResponse<TItem>, ITableauServerListResponse<TItem>, ITableauServerResponse, IPageInfo
Type Parameters
Name | Description |
---|---|
TItem |
Properties
Pagination
Gets or sets the pagination for the response.
Declaration
public Pagination Pagination { get; set; }
Property Value
Type | Description |
---|---|
Pagination |