Class UpdateCustomViewResponse
Class representing a custom view update response.
Inheritance
UpdateCustomViewResponse
Implements
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class UpdateCustomViewResponse : TableauServerResponse<UpdateCustomViewResponse.CustomViewResponseType>, ITableauServerResponse<UpdateCustomViewResponse.CustomViewResponseType>, ITableauServerResponse
Properties
Item
Gets or sets the custom view for the response.
Declaration
public override UpdateCustomViewResponse.CustomViewResponseType? Item { get; set; }
Property Value
Type | Description |
---|---|
UpdateCustomViewResponse.CustomViewResponseType |