Interface IViewType
Interface for a view REST response.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IViewType : IRestIdentifiable, INamedContent, IWithTagTypes, IWithWorkbookReferenceType
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 |