Class AddFavoriteRequest.FavoriteType.FlowType
Class representing a REST API favorite response's flow.
Inheritance
object
AddFavoriteRequest.FavoriteType.FlowType
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class AddFavoriteRequest.FavoriteType.FlowType : IRestIdentifiable
Constructors
FlowType()
Creates a new AddFavoriteRequest.FavoriteType.FlowType object.
Declaration
public FlowType()
FlowType(Guid)
Creates a new AddFavoriteRequest.FavoriteType.FlowType object.
Declaration
public FlowType(Guid id)
Parameters
Type | Name | Description |
---|---|---|
Guid | id | The id. |
Properties
Id
Gets the unique identifier.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |