Class FavoritesResponse.FavoriteType.ViewType
Class representing a REST API favorite response's view.
Inheritance
object
FavoritesResponse.FavoriteType.ViewType
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class FavoritesResponse.FavoriteType.ViewType : IRestIdentifiable
Properties
ContentUrl
Gets the content URL of the view.
Declaration
public string? ContentUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |
Workbook
Gets the workbook of the view.
Declaration
public FavoritesResponse.FavoriteType.ViewType.ViewWorkbookType? Workbook { get; set; }
Property Value
Type | Description |
---|---|
FavoritesResponse.FavoriteType.ViewType.ViewWorkbookType |