docs/StorageSystemUpdate.md in eilam_test-1.1.15 vs docs/StorageSystemUpdate.md in eilam_test-1.1.16
- old
+ new
@@ -1,6 +1,6 @@
-# AutosdeOpenapiClient::StorageSystemUpdate
+# EilamTest::StorageSystemUpdate
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
@@ -10,12 +10,12 @@
| **user** | **String** | user | [optional] |
## Example
```ruby
-require 'autosde_openapi_client'
+require 'eilam_test'
-instance = AutosdeOpenapiClient::StorageSystemUpdate.new(
+instance = EilamTest::StorageSystemUpdate.new(
management_ip: null,
name: null,
password: null,
user: null
)