Class CommentActivitySummary
activity describing comment addition to a pull request
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class CommentActivitySummary : PullRequestActivitySummary
Properties
CommentId
Declaration
[Required(ErrorMessage = "CommentId is required.")]
[JsonProperty(PropertyName = "commentId")]
public string CommentId { get; set; }
Property Value
Type | Description |
---|---|
string | Identifier of comment added to a PR |
Remarks
Required