Class CustomViewsResponse
Class representing a custom views response. See Tableau API Reference for documentation.
Inheritance
CustomViewsResponse
Implements
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class CustomViewsResponse : PagedTableauServerResponse<CustomViewsResponse.CustomViewResponseType>, ITableauServerListResponse<CustomViewsResponse.CustomViewResponseType>, ITableauServerResponse, IPageInfo
Properties
Items
Gets or sets the custom views for the response.
Declaration
public override CustomViewsResponse.CustomViewResponseType[] Items { get; set; }
Property Value
Type | Description |
---|---|
CustomViewResponseType[] |