Interface IWorkbookType
Interface for a workbook REST response.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IWorkbookType : IRestIdentifiable, INamedContent, IWithProjectType, IWithOwnerType, 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 |
DefaultViewId
The Default View Id for the response.
Declaration
Guid DefaultViewId { get; }
Property Value
Type | Description |
---|---|
Guid |
Description
The description for the response.
Declaration
string? Description { get; }
Property Value
Type | Description |
---|---|
string |
EncryptExtracts
Gets the encrypted extracts flag for the response.
Declaration
bool EncryptExtracts { get; }
Property Value
Type | Description |
---|---|
bool |
Location
The location for the response.
Declaration
ILocationType? Location { get; }
Property Value
Type | Description |
---|---|
ILocationType |
ShowTabs
whether tabs are shown for the response.
Declaration
bool ShowTabs { get; }
Property Value
Type | Description |
---|---|
bool |
Size
The size for the response.
Declaration
long Size { get; }
Property Value
Type | Description |
---|---|
long |
UpdatedAt
The updated timestamp for the response.
Declaration
string? UpdatedAt { get; }
Property Value
Type | Description |
---|---|
string |
WebpageUrl
The webpage URL for the response.
Declaration
string? WebpageUrl { get; }
Property Value
Type | Description |
---|---|
string |