Sha256: dbe5dd05bc4daa9434ecfe018551b868f9f2744a88a5ae01621e4945bd800ae1
Contents?: true
Size: 948 Bytes
Versions: 14
Compression:
Stored size: 948 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] | | **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( 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
14 entries across 14 versions & 1 rubygems