Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepositoryApiRepoTrackedTimesRequest

Request parameters for repoTrackedTimes operation in RepositoryApi.

export
interface

RepositoryApiRepoTrackedTimesRequest

Hierarchy

  • RepositoryApiRepoTrackedTimesRequest

Index

Properties

before?: string

Only show times updated before the given time. This is a timestamp in RFC 3339 format

memberof

RepositoryApiRepoTrackedTimes

limit?: number

page size of results

memberof

RepositoryApiRepoTrackedTimes

owner: string

owner of the repo

memberof

RepositoryApiRepoTrackedTimes

page?: number

page number of results to return (1-based)

memberof

RepositoryApiRepoTrackedTimes

repo: string

name of the repo

memberof

RepositoryApiRepoTrackedTimes

since?: string

Only show times updated after the given time. This is a timestamp in RFC 3339 format

memberof

RepositoryApiRepoTrackedTimes

user?: string

optional filter by user (available for issue managers)

memberof

RepositoryApiRepoTrackedTimes

Generated using TypeDoc