Sha256: cbc20a740e4655ac50610a562f8978ad337768cbe3e99e0ebef026deb1488204
Contents?: true
Size: 990 Bytes
Versions: 3
Compression:
Stored size: 990 Bytes
Contents
# EilamTest::Event ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | created_at | [optional] | | **description** | **String** | description | [optional] | | **error_code** | **String** | error_code | [optional] | | **event_id** | **Integer** | event_id | [optional] | | **event_type** | **String** | event_type | [optional] | | **fixed** | **String** | fixed | [optional] | | **last_timestamp** | **Time** | last_timestamp | [optional] | | **refresh_interval** | **Integer** | refresh_interval | [optional] | | **storage_system** | [**StorageSystem**](StorageSystem.md) | | [optional] | | **uuid** | **String** | uuid | [optional] | ## Example ```ruby require 'eilam_test' instance = EilamTest::Event.new( created_at: null, description: null, error_code: null, event_id: null, event_type: null, fixed: null, last_timestamp: null, refresh_interval: null, storage_system: null, uuid: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
eilam_test-11.1 | docs/Event.md |
eilam_test-10.5 | docs/Event.md |
eilam_test-10.2 | docs/Event.md |