Home > @codemonger-io/cdk-rest-api-with-spec > ParameterKey
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Parsed request or response parameter key.
Signature:
export declare class ParameterKey |
Constructor |
Modifiers |
Description |
|---|---|---|
|
(BETA) Constructs a new instance of the |
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
'request' | 'response' |
(BETA) Request or response. | |
|
|
boolean |
(BETA) Whether the parameter can have multiple values. | |
|
|
'path' | 'query' | 'header' |
(BETA) Location of the parameter. | |
|
|
string |
(BETA) Name of the parameter. |
|
Method |
Modifiers |
Description |
|---|---|---|
|
|
(BETA) Parses a given request or response parameter key. |