Class CommitCustomViewPublishRequest.CustomViewType
The Custom View type in the API request body.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class CommitCustomViewPublishRequest.CustomViewType
Constructors
CustomViewType()
The default parameterless constructor.
Declaration
public CustomViewType()
CustomViewType(IPublishCustomViewOptions)
The constructor to build from IPublishCustomViewOptions
Declaration
public CustomViewType(IPublishCustomViewOptions options)
Parameters
Type | Name | Description |
---|---|---|
IPublishCustomViewOptions | options |
Properties
Name
The Custom View name.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Owner
The ID of the owner for this Custom View.
Declaration
public CommitCustomViewPublishRequest.CustomViewType.OwnerType? Owner { get; set; }
Property Value
Type | Description |
---|---|
CommitCustomViewPublishRequest.CustomViewType.OwnerType |
Shared
Flag to indicate if the Custom View is shared.
Declaration
public bool Shared { get; set; }
Property Value
Type | Description |
---|---|
bool |
Workbook
The workbook to which this Custom View is linked.
Declaration
public CommitCustomViewPublishRequest.CustomViewType.WorkbookType? Workbook { get; set; }
Property Value
Type | Description |
---|---|
CommitCustomViewPublishRequest.CustomViewType.WorkbookType |