We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When you have a single option, that's optional (for example namespace here), it'd be good if the whole options object was optional.
namespace
Currently you have to do .list({})
.list({})
public list({ namespace, }: { namespace?: string, }): CancelablePromise<ListJobsResponse>