Class CreateProjectRequest.ProjectType
Class representing a project request.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class CreateProjectRequest.ProjectType
Properties
ContentPermissions
Gets or sets the content permissions for the request.
Declaration
public string? ContentPermissions { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Gets or sets the description for the request.
Declaration
public string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the name for the request.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentProjectId
Gets or sets the parent project ID for the request.
Declaration
public string? ParentProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
GetParentProjectId()
Gets the parsed parent project ID.
Declaration
public Guid? GetParentProjectId()
Returns
Type | Description |
---|---|
Guid? |