IPullRequestDiscussionComment Interface

Summary

Description of a comment on a pull request.
graph BT Type["IPullRequestDiscussionComment"] class Type type-node Implementing0["PullRequestDiscussionComment"]-.->Type click Implementing0 "/api/Cake.Issues.PullRequests/PullRequestDiscussionComment"

Syntax

public interface IPullRequestDiscussionComment

Properties

Name Value Summary
Content string
Gets or sets the content of the comment.
IsDeleted bool
Gets or sets a value indicating whether the comment is deleted or not.

Extension Methods

Name Value Summary
NotNull<IPullRequestDiscussionComment>(string) void
Throws an exception if the specified parameter's value is null.
GitHub