Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepositoryApiRepoGetCombinedStatusByRefRequest

Request parameters for repoGetCombinedStatusByRef operation in RepositoryApi.

export
interface

RepositoryApiRepoGetCombinedStatusByRefRequest

Hierarchy

  • RepositoryApiRepoGetCombinedStatusByRefRequest

Index

Properties

limit?: number

page size of results

memberof

RepositoryApiRepoGetCombinedStatusByRef

owner: string

owner of the repo

memberof

RepositoryApiRepoGetCombinedStatusByRef

page?: number

page number of results to return (1-based)

memberof

RepositoryApiRepoGetCombinedStatusByRef

ref: string

name of branch/tag/commit

memberof

RepositoryApiRepoGetCombinedStatusByRef

repo: string

name of the repo

memberof

RepositoryApiRepoGetCombinedStatusByRef

Generated using TypeDoc