Class WorkbookResponse
Class representing a REST API workbook response.
Inheritance
WorkbookResponse
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class WorkbookResponse : TableauServerResponse<WorkbookResponse.WorkbookType>, ITableauServerResponse<WorkbookResponse.WorkbookType>, ITableauServerResponse
Properties
Item
Gets or sets the workbook for the response.
Declaration
public override WorkbookResponse.WorkbookType? Item { get; set; }
Property Value
Type | Description |
---|---|
WorkbookResponse.WorkbookType |