# RequestProperties

## Properties

| Name        | Type                            | Description | Notes                               |
| ----------- | ------------------------------- | ----------- | ----------------------------------- |
| **body**    | **string**                      |             | \[optional] \[default to undefined] |
| **headers** | **{ \[key: string]: string; }** |             | \[optional] \[default to undefined] |
| **method**  | **string**                      |             | \[optional] \[default to undefined] |
| **url**     | **string**                      |             | \[optional] \[default to undefined] |
