We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5a08d commit 7ab63f4Copy full SHA for 7ab63f4
gitlab/payload.go
@@ -731,6 +731,7 @@ type ObjectAttributes struct {
731
LastCommit LastCommit `json:"last_commit"`
732
Assignee Assignee `json:"assignee"`
733
DiscussionID string `json:"discussion_id"` // thread id
734
+ Type string `json:"type"` // "DiffNote" or "DiscussionNote"
735
}
736
737
// PipelineObjectAttributes contains pipeline specific GitLab object attributes information
0 commit comments