limitKey

@ApiStatus.Experimental
open fun limitKey(limitKey: String): InvocationOptions.Builder

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.


@Nullable
@get:ApiStatus.Experimental
@get:Nullable
@set:ApiStatus.Experimental
open var limitKey: @Nullable String