Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepositoryApiRepoListStatusesRequest

Request parameters for repoListStatuses operation in RepositoryApi.

export
interface

RepositoryApiRepoListStatusesRequest

Hierarchy

  • RepositoryApiRepoListStatusesRequest

Index

Properties

limit?: number

page size of results

memberof

RepositoryApiRepoListStatuses

owner: string

owner of the repo

memberof

RepositoryApiRepoListStatuses

page?: number

page number of results to return (1-based)

memberof

RepositoryApiRepoListStatuses

repo: string

name of the repo

memberof

RepositoryApiRepoListStatuses

sha: string

sha of the commit

memberof

RepositoryApiRepoListStatuses

sort?: "oldest" | "recentupdate" | "leastupdate" | "leastindex" | "highestindex"

type of sort

memberof

RepositoryApiRepoListStatuses

state?: "error" | "pending" | "success" | "failure" | "warning"

type of state

memberof

RepositoryApiRepoListStatuses

Generated using TypeDoc