Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepositoryApiListForksRequest

Request parameters for listForks operation in RepositoryApi.

export
interface

RepositoryApiListForksRequest

Hierarchy

  • RepositoryApiListForksRequest

Index

Properties

limit?: number

page size of results

memberof

RepositoryApiListForks

owner: string

owner of the repo

memberof

RepositoryApiListForks

page?: number

page number of results to return (1-based)

memberof

RepositoryApiListForks

repo: string

name of the repo

memberof

RepositoryApiListForks

Generated using TypeDoc