Struct GetTaskManagementProjectsResult
The response with found Projects.
Inherited Members
Namespace: Unity.Cloud.Collaboration.Models.JiraManagement
Assembly: Unity.Cloud.Collaboration.dll
Syntax
public readonly struct GetTaskManagementProjectsResult
Constructors
GetTaskManagementProjectsResult(IReadOnlyList<ITaskManagementProject>)
Initializes a new instance of the GetTaskManagementProjectsResult class.
Declaration
public GetTaskManagementProjectsResult(IReadOnlyList<ITaskManagementProject> projects = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IReadOnlyList<ITaskManagementProject> | projects | The definition of the Project |
Fields
Projects
The definition of the Project.
Declaration
public readonly IReadOnlyList<ITaskManagementProject> Projects
Field Value
| Type | Description |
|---|---|
| IReadOnlyList<ITaskManagementProject> |