| HeadersBodyToValidate |
Structure that represents REST request that has Headers and Body.
|
| PathHeadersBodyToValidate |
Structure that represents REST request that has Path parameter, Headers and Body.
|
| PathHeadersToValidate |
Structure that represents REST request that has Path parameter and Headers.
|
| PathQueryHeadersToValidate |
Structure that represents REST request that has Path parameter, Query parameter and Headers.
|
| QueryHeadersToValidate |
Structure that represents REST request that Query parameter and Headers.
|
| ValidatedHeadersBody |
Structure that represents REST request that has validated Headers and Body.
|
| ValidatedPathHeaders |
Structure that represents REST request that has validated Path parameter and Body.
|
| ValidatedPathHeadersBody |
Structure that represents REST request that has validated Path parameter, Headers and Body.
|
| ValidatedPathQueryHeaders |
Structure that represents REST request that has validated Path parameter, Query parameter and Headers.
|
| ValidatedQueryHeaders |
Structure that represents REST request that has validated Query parameter and Headers.
|