Sha256: 1c4ae2e9024492197b908d8afcd0b5ea1f6b60b3b98126350cb6655b40b6b375

Contents?: true

Size: 630 Bytes

Versions: 4

Compression:

Stored size: 630 Bytes

Contents

# NicPut

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The resource's unique identifier | [optional][readonly] |
| **type** | [**Type**](Type.md) | The type of object that has been created | [optional] |
| **href** | **String** | URL to the object representation (absolute path) | [optional][readonly] |
| **properties** | [**NicProperties**](NicProperties.md) |  |  |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::NicPut.new(
  id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c,
  type: "nic",
  href: <RESOURCE-URI>,
  properties: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ionoscloud-6.0.0.beta.4 docs/models/NicPut.md
ionoscloud-6.0.0.beta.3 docs/NicPut.md
ionoscloud-6.0.0.beta.2 docs/NicPut.md
ionoscloud-6.0.0.beta.1 docs/NicPut.md