Interface ICustomViewType
Interface for a custom view REST response.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public interface ICustomViewType : IRestIdentifiable, INamedContent, IWithWorkbookReferenceType, IWithOwnerType
Properties
CreatedAt
The created timestamp for the response.
Declaration
string? CreatedAt { get; }
Property Value
Type | Description |
---|---|
string |
LastAccessedAt
The lastAccessed timestamp for the response.
Declaration
string? LastAccessedAt { get; }
Property Value
Type | Description |
---|---|
string |
Shared
The shared flag for the response.
Declaration
bool Shared { get; }
Property Value
Type | Description |
---|---|
bool |
UpdatedAt
The updated timestamp for the response.
Declaration
string? UpdatedAt { get; }
Property Value
Type | Description |
---|---|
string |
ViewId
The view ID for the response.
Declaration
Guid? ViewId { get; }
Property Value
Type | Description |
---|---|
Guid? |
ViewName
The view name for the response.
Declaration
string? ViewName { get; }
Property Value
Type | Description |
---|---|
string |