RequestProperties
Properties
| body | String | | [optional] |
| headers | Hash<String, String> | | [optional] |
| method | String | | [optional] |
| url | String | | [optional] |
Example
require 'ionoscloud'
instance = Ionoscloud::RequestProperties.new(
body: null,
headers: null,
method: null,
url: null
)
Last updated