Class FavoritesResponse.FavoriteType
Class representing a REST API favorite response.
Inheritance
object
FavoritesResponse.FavoriteType
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class FavoritesResponse.FavoriteType : IFavoriteType
Properties
Collection
Gets the collection of the favorite.
Declaration
public FavoritesResponse.FavoriteType.CollectionType? Collection { get; set; }
Property Value
Type | Description |
---|---|
FavoritesResponse.FavoriteType.CollectionType |
DataSource
Gets the data source of the favorite.
Declaration
public FavoritesResponse.FavoriteType.DataSourceType? DataSource { get; set; }
Property Value
Type | Description |
---|---|
FavoritesResponse.FavoriteType.DataSourceType |
Flow
Gets the flow of the favorite.
Declaration
public FavoritesResponse.FavoriteType.FlowType? Flow { get; set; }
Property Value
Type | Description |
---|---|
FavoritesResponse.FavoriteType.FlowType |
Label
Gets the label of the favorite.
Declaration
public string? Label { get; set; }
Property Value
Type | Description |
---|---|
string |
Project
Gets the project of the favorite.
Declaration
public FavoritesResponse.FavoriteType.ProjectType? Project { get; set; }
Property Value
Type | Description |
---|---|
FavoritesResponse.FavoriteType.ProjectType |
View
Gets the view of the favorite.
Declaration
public FavoritesResponse.FavoriteType.ViewType? View { get; set; }
Property Value
Type | Description |
---|---|
FavoritesResponse.FavoriteType.ViewType |
Workbook
Gets the workbook of the favorite.
Declaration
public FavoritesResponse.FavoriteType.WorkbookType? Workbook { get; set; }
Property Value
Type | Description |
---|---|
FavoritesResponse.FavoriteType.WorkbookType |