Class UpdateWorkbookResponse.WorkbookType
Type for the workbook object.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class UpdateWorkbookResponse.WorkbookType : IRestIdentifiable
Properties
ContentUrl
Gets or sets the content URL for the response.
Declaration
public string? ContentUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
CreatedAt
Gets or sets the creation date/time for the response.
Declaration
public string? CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Gets or sets the description for the response.
Declaration
public string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
EncryptExtracts
Gets or sets the encrypt extracts flag for the response.
Declaration
public bool EncryptExtracts { get; set; }
Property Value
Type | Description |
---|---|
bool |
Id
Gets or sets the id for the response.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Gets or sets the name for the response.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ShowTabs
Gets or sets the show tabs option for the response.
Declaration
public bool ShowTabs { get; set; }
Property Value
Type | Description |
---|---|
bool |
UpdatedAt
Gets or sets the update date/time for the response.
Declaration
public string? UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |