Class DataSourceResponse.DataSourceType.ProjectType
Class representing a project on the response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class DataSourceResponse.DataSourceType.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. |
ProjectType(IProjectType)
Constructor to build from IProjectType.
Declaration
public ProjectType(IProjectType project)
Parameters
Type | Name | Description |
---|---|---|
IProjectType | project | The IProjectType object. |
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 |