Struct ReadServerConfigsResult
Represents the result of reading server configs
Inherited Members
Namespace: Unity.Cloud.Collaboration.Models.JiraConfig
Assembly: Unity.Cloud.Collaboration.dll
Syntax
public readonly struct ReadServerConfigsResult
Constructors
ReadServerConfigsResult(IReadOnlyList<ITaskManagementServerConfig>)
Initializes a new instance of the ReadServerConfigsResult struct.
Declaration
public ReadServerConfigsResult(IReadOnlyList<ITaskManagementServerConfig> jiraServerConfigs = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IReadOnlyList<ITaskManagementServerConfig> | jiraServerConfigs | List of configs for the project |
Fields
JiraServerConfigs
The Server Configs.
Declaration
public readonly IReadOnlyList<ITaskManagementServerConfig> JiraServerConfigs
Field Value
| Type | Description |
|---|---|
| IReadOnlyList<ITaskManagementServerConfig> |