# RequestProperties

## Properties

\| **body** | **String** | | \[optional] |

\| **headers** | **Hash\<String, String>** | | \[optional] |

\| **method** | **String** | | \[optional] |

\| **url** | **String** | | \[optional] |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::RequestProperties.new(
  body: null,

  headers: null,

  method: null,

  url: null
)
```
