39 lines
1.7 KiB
Markdown
39 lines
1.7 KiB
Markdown
# TimelineComment
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**assignee** | [**User**](User.md) | | [optional]
|
|
**assignee_team** | [**Team**](Team.md) | | [optional]
|
|
**body** | **str** | | [optional]
|
|
**created_at** | **datetime** | | [optional]
|
|
**dependent_issue** | [**Issue**](Issue.md) | | [optional]
|
|
**html_url** | **str** | | [optional]
|
|
**id** | **int** | | [optional]
|
|
**issue_url** | **str** | | [optional]
|
|
**label** | [**Label**](Label.md) | | [optional]
|
|
**milestone** | [**Milestone**](Milestone.md) | | [optional]
|
|
**new_ref** | **str** | | [optional]
|
|
**new_title** | **str** | | [optional]
|
|
**old_milestone** | [**Milestone**](Milestone.md) | | [optional]
|
|
**old_project_id** | **int** | | [optional]
|
|
**old_ref** | **str** | | [optional]
|
|
**old_title** | **str** | | [optional]
|
|
**project_id** | **int** | | [optional]
|
|
**pull_request_url** | **str** | | [optional]
|
|
**ref_action** | **str** | | [optional]
|
|
**ref_comment** | [**Comment**](Comment.md) | | [optional]
|
|
**ref_commit_sha** | **str** | commit SHA where issue/PR was referenced | [optional]
|
|
**ref_issue** | [**Issue**](Issue.md) | | [optional]
|
|
**removed_assignee** | **bool** | whether the assignees were removed or added | [optional]
|
|
**resolve_doer** | [**User**](User.md) | | [optional]
|
|
**review_id** | **int** | | [optional]
|
|
**tracked_time** | [**TrackedTime**](TrackedTime.md) | | [optional]
|
|
**type** | **str** | | [optional]
|
|
**updated_at** | **datetime** | | [optional]
|
|
**user** | [**User**](User.md) | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|