IssueDetailsModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for Create an issue
public class IssueDetailsModel
type IssueDetailsModel = class
Public Class IssueDetailsModel
- Inheritance
-
IssueDetailsModel
Constructors
| Name | Description |
|---|---|
| IssueDetailsModel() | |
Properties
| Name | Description |
|---|---|
| Assignee |
assignee |
| Body |
Description of the issue. |
| CreatedDateTime |
yyyy-MM-ddTHH:mm:ss.fffZ (UTC format). |
| Id |
Unique id of the issue. |
| RepositoryUrl |
Web link to the repository. |
| State |
Status of the issue. |
| Title |
Summary of the issue. |