docs/VolumeSafeDeleteCreate.md in eilam_test-1.1.15 vs docs/VolumeSafeDeleteCreate.md in eilam_test-1.1.16
- old
+ new
@@ -1,18 +1,18 @@
-# AutosdeOpenapiClient::VolumeSafeDeleteCreate
+# EilamTest::VolumeSafeDeleteCreate
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **volume** | [**Volume**](Volume.md) | | [optional] |
## Example
```ruby
-require 'autosde_openapi_client'
+require 'eilam_test'
-instance = AutosdeOpenapiClient::VolumeSafeDeleteCreate.new(
+instance = EilamTest::VolumeSafeDeleteCreate.new(
volume: null
)
```