Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepositoryApiRepoListTagsRequest

Request parameters for repoListTags operation in RepositoryApi.

export
interface

RepositoryApiRepoListTagsRequest

Hierarchy

  • RepositoryApiRepoListTagsRequest

Index

Properties

limit?: number

page size of results, default maximum page size is 50

memberof

RepositoryApiRepoListTags

owner: string

owner of the repo

memberof

RepositoryApiRepoListTags

page?: number

page number of results to return (1-based)

memberof

RepositoryApiRepoListTags

repo: string

name of the repo

memberof

RepositoryApiRepoListTags

Generated using TypeDoc