Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IssueApiIssueGetCommentsAndTimelineRequest

Request parameters for issueGetCommentsAndTimeline operation in IssueApi.

export
interface

IssueApiIssueGetCommentsAndTimelineRequest

Hierarchy

  • IssueApiIssueGetCommentsAndTimelineRequest

Index

Properties

before?: string

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

memberof

IssueApiIssueGetCommentsAndTimeline

index: number

index of the issue

memberof

IssueApiIssueGetCommentsAndTimeline

limit?: number

page size of results

memberof

IssueApiIssueGetCommentsAndTimeline

owner: string

owner of the repo

memberof

IssueApiIssueGetCommentsAndTimeline

page?: number

page number of results to return (1-based)

memberof

IssueApiIssueGetCommentsAndTimeline

repo: string

name of the repo

memberof

IssueApiIssueGetCommentsAndTimeline

since?: string

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

memberof

IssueApiIssueGetCommentsAndTimeline

Generated using TypeDoc