Class UpdateProjectRequest.ProjectType
The project type in the API request body.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class UpdateProjectRequest.ProjectType
Properties
ContentPermissions
Gets or sets the content permission mode for the request.
Declaration
public string? ContentPermissions { get; set; }
Property Value
Type | Description |
---|---|
string |
ControllingPermissionsProjectId
Gets or sets the controlling permissions project ID for the request.
Declaration
public string? ControllingPermissionsProjectId { 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 |
Owner
Gets or sets the owner for the request.
Declaration
public UpdateProjectRequest.ProjectType.OwnerType? Owner { get; set; }
Property Value
Type | Description |
---|---|
UpdateProjectRequest.ProjectType.OwnerType |
ParentProjectId
Gets or sets the parent project ID for the request.
Declaration
public string? ParentProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |