Class CommitWorkbookPublishRequest.WorkbookType.ViewType
The views hidden status in the API request body
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class CommitWorkbookPublishRequest.WorkbookType.ViewType
Constructors
ViewType()
Default parameterless constructor
Declaration
public ViewType()
Properties
Hidden
Visibility status of the view
Declaration
public bool Hidden { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
The name of the view to hide or show
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |