Params

interface Params

An interface representing parameters passed to a service method.

Inheritors

Functions

Link copied to clipboard
abstract fun _headers(): Headers

The full set of headers in the parameters, including both fixed and additional headers.

Link copied to clipboard
abstract fun _queryParams(): QueryParams

The full set of query params in the parameters, including both fixed and additional query params.