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