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

Version Path
eilam_test-9.1 docs/Snapshot.md
eilam_test-11.1 docs/Snapshot.md
eilam_test-1.2.1 docs/Snapshot.md
eilam_test-10.5 docs/Snapshot.md
eilam_test-10.2 docs/Snapshot.md
eilam_test-10 docs/Snapshot.md
eilam_test-9 docs/Snapshot.md
eilam_test-8 docs/Snapshot.md
eilam_test-5.1.7 docs/Snapshot.md
eilam_test-5.1.5 docs/Snapshot.md
eilam_test-5.1.3 docs/Snapshot.md
eilam_test-5.1.2 docs/Snapshot.md
eilam_test-3.1.6 docs/Snapshot.md
eilam_test-3.1.5 docs/Snapshot.md
eilam_test-7 docs/Snapshot.md
eilam_test-6 docs/Snapshot.md
eilam_test-3.1.4 docs/Snapshot.md
eilam_test-3.1.3 docs/Snapshot.md
eilam_test-3.1.2 docs/Snapshot.md
eilam_test-3.0.6 docs/Snapshot.md