Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepositoryApiRepoListPullReviewsRequest

Request parameters for repoListPullReviews operation in RepositoryApi.

export
interface

RepositoryApiRepoListPullReviewsRequest

Hierarchy

  • RepositoryApiRepoListPullReviewsRequest

Index

Properties

index: number

index of the pull request

memberof

RepositoryApiRepoListPullReviews

limit?: number

page size of results

memberof

RepositoryApiRepoListPullReviews

owner: string

owner of the repo

memberof

RepositoryApiRepoListPullReviews

page?: number

page number of results to return (1-based)

memberof

RepositoryApiRepoListPullReviews

repo: string

name of the repo

memberof

RepositoryApiRepoListPullReviews

Generated using TypeDoc