Sha256: a3bb6e709bdd8c0281e92055171292fc0a7fb6b5e6a056499dbf03d873c88ecf
Contents?: true
Size: 851 Bytes
Versions: 10
Compression:
Stored size: 851 Bytes
Contents
# AutosdeOpenapiClient::Event ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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] | | **storage_system** | [**StorageSystem**](StorageSystem.md) | | [optional] | | **uuid** | **String** | uuid | [optional] | ## Example ```ruby require 'autosde_openapi_client' instance = AutosdeOpenapiClient::Event.new( description: null, error_code: null, event_id: null, event_type: null, fixed: null, last_timestamp: null, storage_system: null, uuid: null ) ```
Version data entries
10 entries across 10 versions & 2 rubygems