Class CommitCustomViewPublishRequest.CustomViewType.WorkbookType
The workbook type in the API request body.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class CommitCustomViewPublishRequest.CustomViewType.WorkbookType
Constructors
WorkbookType()
The default parameterless constructor.
Declaration
public WorkbookType()
WorkbookType(Guid)
The constructor to build from the ID.
Declaration
public WorkbookType(Guid id)
Parameters
Type | Name | Description |
---|---|---|
Guid | id | The workbook ID. |
Properties
Id
The workbook Id.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |