Interface IWorkbookView
Interface for a workbook view without full project/workbook context.
Namespace: Tableau.Migration.Api
Assembly: Tableau.Migration.dll
Syntax
public interface IWorkbookView
Properties
ContentUrl
Gets the content URL of the view.
Declaration
string? ContentUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
CreatedAt
Gets the created timestamp.
Declaration
string? CreatedAt { get; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Gets the unique identifier for the view.
Declaration
Guid Id { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
Name
Gets the name of the view.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Tags
Gets the tags associated with the view.
Declaration
IList<ITag> Tags { get; }
Property Value
| Type | Description |
|---|---|
| IList<ITag> |
UpdatedAt
Gets the updated timestamp.
Declaration
string? UpdatedAt { get; }
Property Value
| Type | Description |
|---|---|
| string |
ViewUrlName
Gets the view URL name.
Declaration
string? ViewUrlName { get; }
Property Value
| Type | Description |
|---|---|
| string |