> For the complete documentation index, see [llms.txt](https://docs.ionos.com/ruby-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/ruby-sdk/models/requestproperties.md).

# 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
)
```
