Magidoc

ReviewDismissedEvent
Object

Represents a 'review_dismissed' event on a given issue or pull request.

Fields

#

actor

Identifies the actor who performed the event.

createdAt

Non-null

Identifies the date and time when the object was created.

databaseId

Identifies the primary key from the database.

dismissalMessage

Identifies the optional message associated with the 'review_dismissed' event.

dismissalMessageHTML

Identifies the optional message associated with the event, rendered to HTML.

id

ID !
Non-null

The Node ID of the ReviewDismissedEvent object

previousReviewState

Non-null

Identifies the previous state of the review with the 'review_dismissed' event.

pullRequest

Non-null

PullRequest referenced by event.

pullRequestCommit

Identifies the commit which caused the review to become stale.

resourcePath

Non-null

The HTTP path for this review dismissed event.

review

Identifies the review associated with the 'review_dismissed' event.

url

Non-null

The HTTP URL for this review dismissed event.

Interfaces

#

Also implements Node , UniformResourceLocatable .

Usages

#

References

#