Sha256: 243c82621376bd61694e2bec33dcc6f66fe302cae221570f2ccaeb89a470bad4
Contents?: true
Size: 1 KB
Versions: 17
Compression:
Stored size: 1 KB
Contents
# AutosdeOpenapiClient::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 'autosde_openapi_client' instance = AutosdeOpenapiClient::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
17 entries across 17 versions & 1 rubygems