Interface IUpdateWorkbookResult
Interface to represent the response returned by the Update method in IWorkbooksApiClient.
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IUpdateWorkbookResult
Properties
ContentUrl
Gets the content URL of the workbook.
Declaration
string? ContentUrl { get; }
Property Value
Type | Description |
---|---|
string |
CreatedAtUtc
Gets the creation date/time of the workbook.
Declaration
DateTime CreatedAtUtc { get; }
Property Value
Type | Description |
---|---|
DateTime |
Description
Gets the description of the workbook.
Declaration
string? Description { get; }
Property Value
Type | Description |
---|---|
string |
EncryptExtracts
Gets the encrypt extracts flag for the workbook.
Declaration
bool EncryptExtracts { get; }
Property Value
Type | Description |
---|---|
bool |
Id
Gets the unique identifier of the workbook.
Declaration
Guid Id { get; }
Property Value
Type | Description |
---|---|
Guid |
Name
Gets the name of the workbook.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
ShowTabs
Gets the show tabs option for the workbook.
Declaration
bool ShowTabs { get; }
Property Value
Type | Description |
---|---|
bool |
UpdatedAtUtc
Gets the update date/time of the workbook.
Declaration
DateTime UpdatedAtUtc { get; }
Property Value
Type | Description |
---|---|
DateTime |