limitKey

@ApiStatus.Experimental
abstract fun limitKey(@Nullable limitKey: @Nullable String): RequestBuilder<Req, Res>

PREVIEW: Limit key to use within the scope. Requires scope to be set (see scoped).

Return

this instance, so the builder can be used fluently.

Parameters

limitKey

Limit key to attach in the request.