Class DataSourcesResponse.DataSourceType.ProjectType
Class representing a project on the response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class DataSourcesResponse.DataSourceType.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. |
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 |