gitee.com/openeuler/go-gitee@v0.0.0-20220530104019-3af895bc380c/docs/Issue.md (about)

     1  # Issue
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Id** | **int32** |  | [optional] [default to null]
     7  **Url** | **string** |  | [optional] [default to null]
     8  **RepositoryUrl** | **string** |  | [optional] [default to null]
     9  **LabelsUrl** | **string** |  | [optional] [default to null]
    10  **CommentsUrl** | **string** |  | [optional] [default to null]
    11  **HtmlUrl** | **string** |  | [optional] [default to null]
    12  **ParentUrl** | **string** |  | [optional] [default to null]
    13  **Number** | **string** |  | [optional] [default to null]
    14  **State** | **string** |  | [optional] [default to null]
    15  **Title** | **string** |  | [optional] [default to null]
    16  **Body** | **string** |  | [optional] [default to null]
    17  **BodyHtml** | **string** |  | [optional] [default to null]
    18  **User** | [***UserBasic**](UserBasic.md) |  | [optional] [default to null]
    19  **Labels** | [**[]Label**](Label.md) |  | [optional] [default to null]
    20  **Assignee** | [***UserBasic**](UserBasic.md) |  | [optional] [default to null]
    21  **Collaborators** | [**[]UserBasic**](UserBasic.md) |  | [optional] [default to null]
    22  **Repository** | **string** |  | [optional] [default to null]
    23  **Milestone** | [***Milestone**](Milestone.md) |  | [optional] [default to null]
    24  **CreatedAt** | [**time.Time**](time.Time.md) |  | [optional] [default to null]
    25  **UpdatedAt** | [**time.Time**](time.Time.md) |  | [optional] [default to null]
    26  **PlanStartedAt** | [**time.Time**](time.Time.md) |  | [optional] [default to null]
    27  **Deadline** | [**time.Time**](time.Time.md) |  | [optional] [default to null]
    28  **FinishedAt** | [**time.Time**](time.Time.md) |  | [optional] [default to null]
    29  **ScheduledTime** | **string** |  | [optional] [default to null]
    30  **Comments** | **int32** |  | [optional] [default to null]
    31  **IssueType** | **string** |  | [optional] [default to null]
    32  **Program** | [***ProgramBasic**](ProgramBasic.md) |  | [optional] [default to null]
    33  
    34  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    35  
    36