TaskCreatedForUserResponse
Description
Represents a response that contains information about a task created for a specific user. This class is sealed and cannot be inherited.
Constructors
| Constructor | Description |
|---|---|
| TaskCreatedForUserResponse() | Initializes a new instance of the TaskCreatedForUserResponse class. |
Properties
TaskId Int32
Gets the unique identifier of the created task.
C#
public int TaskId { get; }
UserId Int32
Gets the unique identifier of the user for whom the task was created.
C#
public int UserId { get; }
UserName String
Gets the username of the user for whom the task was created.
C#
public int UserName { get; }