# RequestProperties ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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 ) ```