Class WorkbooksResponse.WorkbookType.ProjectType
Class representing a REST API project response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class WorkbooksResponse.WorkbookType.ProjectType : IProjectReferenceType, IRestIdentifiable, INamedContent
Constructors
ProjectType()
The default parameterless constructor.
Declaration
public ProjectType()
ProjectType(IProjectReferenceType)
Constructor to build from IProjectReferenceType.
Declaration
public ProjectType(IProjectReferenceType project)
Parameters
Type | Name | Description |
---|---|---|
IProjectReferenceType | project | The IProjectReferenceType object. |
Properties
Id
Gets the unique identifier.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Gets the content item's name
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |