Class UpdateWorkbookRequest.WorkbookType
The workbook type in the API request body.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class UpdateWorkbookRequest.WorkbookType
Constructors
WorkbookType()
Default parameterless constructor.
Declaration
public WorkbookType()
WorkbookType(bool?, bool?, bool?)
Creates a new UpdateWorkbookRequest.WorkbookType instance.
Declaration
public WorkbookType(bool? showTabs, bool? recentlyViewed, bool? encryptExtracts)
Parameters
Type | Name | Description |
---|---|---|
bool? | showTabs | Whether or not to show workbook views in tabs, or null to not update the option. |
bool? | recentlyViewed | Whether or not to show the workbook in the recently viewed list, or null to not update the flag. |
bool? | encryptExtracts | Whether or not to encrypt extracts, or null to not update the option. |
Properties
Description
Gets or sets the description for the request.
Declaration
public string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
EncryptExtracts
Gets the encrypt extracts flag for the request.
Declaration
public bool EncryptExtracts { get; set; }
Property Value
Type | Description |
---|---|
bool |
EncryptExtractsSpecified
Defines the serialization for the property EncryptExtracts.
Declaration
public bool EncryptExtractsSpecified { get; }
Property Value
Type | Description |
---|---|
bool |
Name
Gets or sets the name for the request.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Owner
Gets or sets the owner for the request.
Declaration
public UpdateWorkbookRequest.WorkbookType.OwnerType? Owner { get; set; }
Property Value
Type | Description |
---|---|
UpdateWorkbookRequest.WorkbookType.OwnerType |
Project
Gets or sets the project for the request.
Declaration
public UpdateWorkbookRequest.WorkbookType.ProjectType? Project { get; set; }
Property Value
Type | Description |
---|---|
UpdateWorkbookRequest.WorkbookType.ProjectType |
RecentlyViewed
Gets the recently viewed flag for the request.
Declaration
public bool RecentlyViewed { get; set; }
Property Value
Type | Description |
---|---|
bool |
RecentlyViewedSpecified
Defines the serialization for the property RecentlyViewed.
Declaration
public bool RecentlyViewedSpecified { get; }
Property Value
Type | Description |
---|---|
bool |
ShowTabs
Gets the show tabs option for the request.
Declaration
public bool ShowTabs { get; set; }
Property Value
Type | Description |
---|---|
bool |
ShowTabsSpecified
Defines the serialization for the property ShowTabs.
Declaration
public bool ShowTabsSpecified { get; }
Property Value
Type | Description |
---|---|
bool |