Interface IWorkbookDetailsType
Interface for a workbook response object with extended information, from a GET query for example.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IWorkbookDetailsType : IWorkbookType, IRestIdentifiable, INamedContent, IWithProjectType, IWithOwnerType, IWithTagTypes
Properties
Views
Gets the views for the response.
Declaration
IViewReferenceType[] Views { get; }
Property Value
Type | Description |
---|---|
IViewReferenceType[] |