Class FavoritesResponse.FavoriteType.FlowType
Class representing a REST API favorite response's flow.
Inheritance
object
FavoritesResponse.FavoriteType.FlowType
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class FavoritesResponse.FavoriteType.FlowType : IRestIdentifiable
Properties
Id
Gets the unique identifier.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Gets the name of the view.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Project
Gets the project of the flow.
Declaration
public FavoritesResponse.FavoriteType.FlowType.FlowProjectType? Project { get; set; }
Property Value
Type | Description |
---|---|
FavoritesResponse.FavoriteType.FlowType.FlowProjectType |