Interface ITaskManagementProjectConfig
Represents an interface for Task Management Project Config with additional list of Linked Unity Project Id's.
Inherited Members
Namespace: Unity.Cloud.Collaboration.Models.JiraConfig
Assembly: Unity.Cloud.Collaboration.dll
Syntax
public interface ITaskManagementProjectConfig : ITaskManagementProjectConfigBase
Properties
LinkedUnityProjectIds
List of Unity Projects this config is linked to.
Declaration
IReadOnlyList<ProjectId> LinkedUnityProjectIds { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<ProjectId> |