Interface IWorkbookViewType
Interface for a view REST response with a workbook reference.
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IWorkbookViewType : IRestIdentifiable, INamedContent, IWithTagTypes
Properties
ContentUrl
The content URL for the response.
Declaration
string? ContentUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
CreatedAt
The created timestamp for the response.
Declaration
string? CreatedAt { get; }
Property Value
| Type | Description |
|---|---|
| string |
UpdatedAt
The updated timestamp for the response.
Declaration
string? UpdatedAt { get; }
Property Value
| Type | Description |
|---|---|
| string |
ViewUrlName
The View URL Name for the response.
Declaration
string? ViewUrlName { get; }
Property Value
| Type | Description |
|---|---|
| string |