Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepositoryApiRepoGetPullRequestCommitsRequest

Request parameters for repoGetPullRequestCommits operation in RepositoryApi.

export
interface

RepositoryApiRepoGetPullRequestCommitsRequest

Hierarchy

  • RepositoryApiRepoGetPullRequestCommitsRequest

Index

Properties

index: number

index of the pull request to get

memberof

RepositoryApiRepoGetPullRequestCommits

limit?: number

page size of results

memberof

RepositoryApiRepoGetPullRequestCommits

owner: string

owner of the repo

memberof

RepositoryApiRepoGetPullRequestCommits

page?: number

page number of results to return (1-based)

memberof

RepositoryApiRepoGetPullRequestCommits

repo: string

name of the repo

memberof

RepositoryApiRepoGetPullRequestCommits

Generated using TypeDoc