Interface PullReviewComment

PullReviewComment represents a comment on a pull request review

Hierarchy

  • PullReviewComment

Properties

body?: string
commit_id?: string
created_at?: string

Format

date-time

diff_hunk?: string
html_url?: string
id?: number

Format

int64

original_commit_id?: string
original_position?: number

Format

uint64

path?: string
position?: number

Format

uint64

pull_request_review_id?: number

Format

int64

pull_request_url?: string
resolver?: User

User represents a user

updated_at?: string

Format

date-time

user?: User

User represents a user

Generated using TypeDoc