Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IssueApiIssueGetCommentsRequest

Request parameters for issueGetComments operation in IssueApi.

export
interface

IssueApiIssueGetCommentsRequest

Hierarchy

  • IssueApiIssueGetCommentsRequest

Index

Properties

before?: string

if provided, only comments updated before the provided time are returned.

memberof

IssueApiIssueGetComments

index: number

index of the issue

memberof

IssueApiIssueGetComments

owner: string

owner of the repo

memberof

IssueApiIssueGetComments

repo: string

name of the repo

memberof

IssueApiIssueGetComments

since?: string

if provided, only comments updated since the specified time are returned.

memberof

IssueApiIssueGetComments

Generated using TypeDoc