IssueComment Class

Namespace
GitReleaseManager.Core.Model
Base Types
  • object
graph BT Type-->Base0["object"] Type["IssueComment"] class Type type-node

Syntax

public class IssueComment

Properties

Name Value Summary
Body string
Gets or sets details about the issue comment.
Id long
Gets or sets the issue comment Id.
User User
Gets or sets information about the user who made the comment.
GitHub