# TheJiraCloudPlatformRestApi.Project

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**archived** | **Boolean** | Whether the project is archived. | [optional] 
**archivedBy** | **AllOfProjectArchivedBy** | The user who archived the project. | [optional] 
**archivedDate** | **Date** | The date when the project was archived. | [optional] 
**assigneeType** | **String** | The default assignee when creating issues for this project. | [optional] 
**avatarUrls** | **AllOfProjectAvatarUrls** | The URLs of the project&#x27;s avatars. | [optional] 
**components** | [**[ProjectComponent]**](ProjectComponent.md) | List of the components contained in the project. | [optional] 
**deleted** | **Boolean** | Whether the project is marked as deleted. | [optional] 
**deletedBy** | **AllOfProjectDeletedBy** | The user who marked the project as deleted. | [optional] 
**deletedDate** | **Date** | The date when the project was marked as deleted. | [optional] 
**description** | **String** | A brief description of the project. | [optional] 
**email** | **String** | An email address associated with the project. | [optional] 
**expand** | **String** | Expand options that include additional project details in the response. | [optional] 
**favourite** | **Boolean** | Whether the project is selected as a favorite. | [optional] 
**id** | **String** | The ID of the project. | [optional] 
**insight** | **AllOfProjectInsight** | Insights about the project. | [optional] 
**isPrivate** | **Boolean** | Whether the project is private. | [optional] 
**issueTypeHierarchy** | **AllOfProjectIssueTypeHierarchy** | The issue type hierarchy for the project. | [optional] 
**issueTypes** | [**[IssueTypeDetails]**](IssueTypeDetails.md) | List of the issue types available in the project. | [optional] 
**key** | **String** | The key of the project. | [optional] 
**landingPageInfo** | **AllOfProjectLandingPageInfo** | The project landing page info. | [optional] 
**lead** | **AllOfProjectLead** | The username of the project lead. | [optional] 
**name** | **String** | The name of the project. | [optional] 
**permissions** | **AllOfProjectPermissions** | User permissions on the project | [optional] 
**projectCategory** | **AllOfProjectProjectCategory** | The category the project belongs to. | [optional] 
**projectTypeKey** | **String** | The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project. | [optional] 
**properties** | **{String: Object}** | Map of project properties | [optional] 
**retentionTillDate** | **Date** | The date when the project is deleted permanently. | [optional] 
**roles** | **{String: String}** | The name and self URL for each role defined in the project. For more information, see [Create project role](#api-rest-api-3-role-post). | [optional] 
**self** | **String** | The URL of the project details. | [optional] 
**simplified** | **Boolean** | Whether the project is simplified. | [optional] 
**style** | **String** | The type of the project. | [optional] 
**url** | **String** | A link to information about this project, such as project documentation. | [optional] 
**uuid** | **String** | Unique ID for next-gen projects. | [optional] 
**versions** | [**[Version]**](Version.md) | The versions defined in the project. For more information, see [Create version](#api-rest-api-3-version-post). | [optional] 

<a name="AssigneeTypeEnum"></a>
## Enum: AssigneeTypeEnum

* `PROJECT_LEAD` (value: `"PROJECT_LEAD"`)
* `UNASSIGNED` (value: `"UNASSIGNED"`)


<a name="ProjectTypeKeyEnum"></a>
## Enum: ProjectTypeKeyEnum

* `software` (value: `"software"`)
* `serviceDesk` (value: `"service_desk"`)
* `business` (value: `"business"`)


<a name="StyleEnum"></a>
## Enum: StyleEnum

* `classic` (value: `"classic"`)
* `nextGen` (value: `"next-gen"`)

