Class AddFavoriteRequest.FavoriteType
The favorite type in the API request body.
Inheritance
object
AddFavoriteRequest.FavoriteType
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class AddFavoriteRequest.FavoriteType : IFavoriteType
Properties
Collection
Gets the collection of the favorite.
Declaration
public AddFavoriteRequest.FavoriteType.CollectionType? Collection { get; set; }
Property Value
Type | Description |
---|---|
AddFavoriteRequest.FavoriteType.CollectionType |
DataSource
Gets the data source of the favorite.
Declaration
public AddFavoriteRequest.FavoriteType.DataSourceType? DataSource { get; set; }
Property Value
Type | Description |
---|---|
AddFavoriteRequest.FavoriteType.DataSourceType |
Flow
Gets the flow of the favorite.
Declaration
public AddFavoriteRequest.FavoriteType.FlowType? Flow { get; set; }
Property Value
Type | Description |
---|---|
AddFavoriteRequest.FavoriteType.FlowType |
Label
Gets or sets the label for the favorite.
Declaration
public string? Label { get; set; }
Property Value
Type | Description |
---|---|
string |
Project
Gets the project of the favorite.
Declaration
public AddFavoriteRequest.FavoriteType.ProjectType? Project { get; set; }
Property Value
Type | Description |
---|---|
AddFavoriteRequest.FavoriteType.ProjectType |
View
Gets the view of the favorite.
Declaration
public AddFavoriteRequest.FavoriteType.ViewType? View { get; set; }
Property Value
Type | Description |
---|---|
AddFavoriteRequest.FavoriteType.ViewType |
Workbook
Gets the workbook of the favorite.
Declaration
public AddFavoriteRequest.FavoriteType.WorkbookType? Workbook { get; set; }
Property Value
Type | Description |
---|---|
AddFavoriteRequest.FavoriteType.WorkbookType |