Sha256: c5273ca7f36006c3c2aee15a8c4f8c262fa1d5de7b37db030a9f9cb4c8cb658b

Contents?: true

Size: 459 Bytes

Versions: 13

Compression:

Stored size: 459 Bytes

Contents

# RequestProperties

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **method** | **String** |  | [optional] |
| **headers** | **Hash<String, String>** |  | [optional] |
| **body** | **String** |  | [optional] |
| **url** | **String** |  | [optional] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::RequestProperties.new(
  method: null,
  headers: null,
  body: null,
  url: null
)
```

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ionoscloud-6.1.1 docs/models/RequestProperties.md
ionoscloud-6.1.0 docs/models/RequestProperties.md
ionoscloud-6.0.2 docs/models/RequestProperties.md
ionoscloud-6.0.1 docs/models/RequestProperties.md
ionoscloud-6.0.0 docs/models/RequestProperties.md
ionoscloud-5.1.2 docs/models/RequestProperties.md
ionoscloud-6.0.0.beta.4 docs/models/RequestProperties.md
ionoscloud-5.1.1 docs/models/RequestProperties.md
ionoscloud-6.0.0.beta.3 docs/RequestProperties.md
ionoscloud-5.1.0 docs/RequestProperties.md
ionoscloud-6.0.0.beta.2 docs/RequestProperties.md
ionoscloud-5.0.1 docs/RequestProperties.md
ionoscloud-6.0.0.beta.1 docs/RequestProperties.md