Interface ITaskManagementProject
Represents an interface for Task Management Project.
Namespace: Unity.Cloud.Collaboration.Models.JiraManagement
Assembly: Unity.Cloud.Collaboration.dll
Syntax
public interface ITaskManagementProject
Properties
IconUrl
URL to the icon for the project.
Declaration
string IconUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Id of the project.
Declaration
JiraProjectId Id { get; }
Property Value
| Type | Description |
|---|---|
| JiraProjectId |
Key
Key of the project.
Declaration
string Key { get; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Name of the project.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |