Class CustomViewResponse.CustomViewType.WorkbookType
Class representing a REST API workbook on the response.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class CustomViewResponse.CustomViewType.WorkbookType : IRestIdentifiable
Constructors
WorkbookType()
The default parameterless constructor.
Declaration
public WorkbookType()
WorkbookType(WorkbookType)
Declaration
public WorkbookType(WorkbookResponse.WorkbookType workbook)
Parameters
Type | Name | Description |
---|---|---|
WorkbookResponse.WorkbookType | workbook |
Properties
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 |