Interface IExtractRefreshType<TWorkbook, TDataSource>
Interface for an extract refresh response type.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public interface IExtractRefreshType<TWorkbook, TDataSource> : IExtractRefreshType, IRestIdentifiable, IWithWorkbookReferenceType, IWithDataSourceReferenceType where TWorkbook : IRestIdentifiable where TDataSource : IRestIdentifiable
Type Parameters
Name | Description |
---|---|
TWorkbook | |
TDataSource |
Properties
DataSource
Gets or sets the data source for the response.
Declaration
TDataSource? DataSource { get; set; }
Property Value
Type | Description |
---|---|
TDataSource |
Workbook
Gets or sets the workbook for the response.
Declaration
TWorkbook? Workbook { get; set; }
Property Value
Type | Description |
---|---|
TWorkbook |