ExtractedParameter

Parameter extraction configuration that defines how to extract and map values from API responses to request parameters.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The default value to use if the parameter cannot be extracted from the response.

Link copied to clipboard
val key: String?

The parameter key name that will be used in subsequent requests.

Link copied to clipboard

Specifies where this extracted parameter should be placed in subsequent requests, such as in headers, query parameters, or request body.

Link copied to clipboard

The JSON path or extraction mapping that defines how to extract the parameter value from API responses.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String