# Cyclos411Api.HttpRequestData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**method** | **String** | The HTTP method | [optional] 
**headers** | **{String: String}** | The HTTP request headers | [optional] 
**parameters** | **{String: String}** | The HTTP request query parameters | [optional] 
**body** | **String** | The HTTP request body | [optional] 


