Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepositoryApiRepoListBranchesRequest

Request parameters for repoListBranches operation in RepositoryApi.

export
interface

RepositoryApiRepoListBranchesRequest

Hierarchy

  • RepositoryApiRepoListBranchesRequest

Index

Properties

limit?: number

page size of results

memberof

RepositoryApiRepoListBranches

owner: string

owner of the repo

memberof

RepositoryApiRepoListBranches

page?: number

page number of results to return (1-based)

memberof

RepositoryApiRepoListBranches

repo: string

name of the repo

memberof

RepositoryApiRepoListBranches

Generated using TypeDoc