Class CommitWorkbookPublishRequest.WorkbookType
The workbook type in the API request body.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class CommitWorkbookPublishRequest.WorkbookType
Properties
Connections
Gets or sets the views to hide or show in the request
Declaration
public CommitWorkbookPublishRequest.WorkbookType.ConnectionType[] Connections { get; set; }
Property Value
Type | Description |
---|---|
ConnectionType[] |
Description
Gets or sets the description for the workbook.
Declaration
public string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
EncryptExtracts
Gets or sets whether to encrypt extracts for the workbook.
Declaration
public bool EncryptExtracts { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
Gets or sets the name for the workbook.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Project
Gets or sets the workbook's project for the request.
Declaration
public CommitWorkbookPublishRequest.WorkbookType.ProjectType? Project { get; set; }
Property Value
Type | Description |
---|---|
CommitWorkbookPublishRequest.WorkbookType.ProjectType |
ShowTabs
Gets or sets whether to show tabs for the workbook.
Declaration
public bool ShowTabs { get; set; }
Property Value
Type | Description |
---|---|
bool |
ThumbnailsUserId
Gets or sets the ID of the user to generate thumbnails as.
Declaration
public Guid ThumbnailsUserId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Views
Gets or sets the views to hide or show in the request
Declaration
public CommitWorkbookPublishRequest.WorkbookType.ViewType[] Views { get; set; }
Property Value
Type | Description |
---|---|
ViewType[] |