Code(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The comment on a code line.
Attributes |
|
---|---|
Name | Description |
body |
str
Required. The comment body. |
reply |
str
Optional. Input only. The PullRequestComment resource name that this comment is replying to. |
position |
google.cloud.securesourcemanager_v1.types.PullRequestComment.Position
Optional. The position of the comment. |
effective_root_comment |
str
Output only. The root comment of the conversation, derived from the reply field. |
resolved |
bool
Output only. Boolean indicator if the comment is resolved. |
effective_commit_sha |
str
Output only. The effective commit sha this code comment is pointing to. |