Interface ITaskManagementSearchUser
Represents a Task Management Users.
Namespace: Unity.Cloud.Collaboration.Models.JiraManagement
Assembly: Unity.Cloud.Collaboration.dll
Syntax
public interface ITaskManagementSearchUser
Properties
Html
HTML representation of the search result with the matched query string highlighted with the HTML strong tag.
Declaration
string Html { get; }
Property Value
| Type | Description |
|---|---|
| string |
IconUrl
URL to the icon for the project.
Declaration
string IconUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Id of the User.
Declaration
JiraUserId Id { get; }
Property Value
| Type | Description |
|---|---|
| JiraUserId |
Name
Name of the User.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |