Class WorkbookResponse.WorkbookType.ProjectType
Class representing a REST API project response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class WorkbookResponse.WorkbookType.ProjectType : IProjectNamedReferenceType, IProjectReferenceType, IRestIdentifiable, INamedContent
Constructors
ProjectType()
The default parameterless constructor.
Declaration
public ProjectType()
ProjectType(IProjectNamedReferenceType)
Constructor to build from IProjectNamedReferenceType.
Declaration
public ProjectType(IProjectNamedReferenceType project)
Parameters
Type | Name | Description |
---|---|---|
IProjectNamedReferenceType | project | The IProjectNamedReferenceType object. |
ProjectType(IProjectType)
Constructor to build from IProjectType.
Declaration
public ProjectType(IProjectType project)
Parameters
Type | Name | Description |
---|---|---|
IProjectType | project | The IProjectType 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 |