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