Class WorkbooksResponse
Class representing a paged REST API workbooks response.
Inheritance
WorkbooksResponse
Implements
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class WorkbooksResponse : PagedTableauServerResponse<WorkbooksResponse.WorkbookType>, ITableauServerListResponse<WorkbooksResponse.WorkbookType>, ITableauServerResponse, IPageInfo
Properties
Items
Gets or sets the workbooks for the response.
Declaration
public override WorkbooksResponse.WorkbookType[] Items { get; set; }
Property Value
Type | Description |
---|---|
WorkbookType[] |