Sha256: 7996af0bb109e63c53a3a25afe1e3988e7caa49f41bd40f3607c106bb17a62eb
Contents?: true
Size: 566 Bytes
Versions: 56
Compression:
Stored size: 566 Bytes
Contents
# EilamTest::Snapshot ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **component_state** | **String** | component_state | [optional] | | **description** | **String** | description | [optional] | | **name** | **String** | name | [optional] | | **uuid** | **String** | uuid | [optional] | | **volume** | [**Volume**](Volume.md) | | [optional] | ## Example ```ruby require 'eilam_test' instance = EilamTest::Snapshot.new( component_state: null, description: null, name: null, uuid: null, volume: null ) ```
Version data entries
56 entries across 56 versions & 1 rubygems