Show / Hide Table of Contents

Class CommentActivitySummary

activity describing comment addition to a pull request

Inheritance
object
PullRequestActivitySummary
CommentActivitySummary
Inherited Members
PullRequestActivitySummary.Id
PullRequestActivitySummary.Principal
PullRequestActivitySummary.PullRequestId
PullRequestActivitySummary.TimeOccurred
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top