Class UpdateCustomViewRequest
Class representing an update custom view request.
See Tableau API Reference for documentation.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class UpdateCustomViewRequest : TableauServerRequest
Constructors
UpdateCustomViewRequest()
The default parameterless constructor.
Declaration
public UpdateCustomViewRequest()
UpdateCustomViewRequest(Guid?, string?)
Builds the update request for a custom view.
Declaration
public UpdateCustomViewRequest(Guid? newOwnerId = null, string? newName = null)
Parameters
Type | Name | Description |
---|---|---|
Guid? | newOwnerId | (Optional) The new owner ID for the custom view. |
string | newName | (Optional) The new name for the custom view. |
Properties
CustomView
Gets or sets the custom view for the request.
Declaration
public UpdateCustomViewRequest.CustomViewType CustomView { get; set; }
Property Value
Type | Description |
---|---|
UpdateCustomViewRequest.CustomViewType |