Class UpdateCustomViewRequest.CustomViewType
The custom view type in the API request body.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class UpdateCustomViewRequest.CustomViewType
Properties
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 UpdateCustomViewRequest.CustomViewType.OwnerType Owner { get; set; }
Property Value
Type | Description |
---|---|
UpdateCustomViewRequest.CustomViewType.OwnerType |