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