Interface IFavoriteType
The interface for a favorite request/response item.
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IFavoriteType
Properties
Collection
Gets the favorite's referenced collection, or null if the favorite does not reference a collection.
Declaration
IRestIdentifiable? Collection { get; }
Property Value
Type | Description |
---|---|
IRestIdentifiable |
DataSource
Gets the favorite's referenced data source, or null if the favorite does not reference a data source.
Declaration
IRestIdentifiable? DataSource { get; }
Property Value
Type | Description |
---|---|
IRestIdentifiable |
Flow
Gets the favorite's referenced flow, or null if the favorite does not reference a flow.
Declaration
IRestIdentifiable? Flow { get; }
Property Value
Type | Description |
---|---|
IRestIdentifiable |
Project
Gets the favorite's referenced project, or null if the favorite does not reference a project.
Declaration
IRestIdentifiable? Project { get; }
Property Value
Type | Description |
---|---|
IRestIdentifiable |
View
Gets the favorite's referenced view, or null if the favorite does not reference a view.
Declaration
IRestIdentifiable? View { get; }
Property Value
Type | Description |
---|---|
IRestIdentifiable |
Workbook
Gets the favorite's referenced workbook, or null if the favorite does not reference a workbook.
Declaration
IRestIdentifiable? Workbook { get; }
Property Value
Type | Description |
---|---|
IRestIdentifiable |