Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SourceRepositories

A set of repositories returned from the source provider.

Hierarchy

  • SourceRepositories

Index

Properties

Optional continuationToken

continuationToken: string

A token used to continue this paged request; 'null' if the request is complete

Optional pageLength

pageLength: number

The number of repositories requested for each page

Optional repositories

repositories: Array<SourceRepository>

A list of repositories

Optional totalPageCount

totalPageCount: number

The total number of pages, or '-1' if unknown

Generated using TypeDoc