Sha256: 5b7b9bba4d9862480f8d9840ae80632ea1a58e0caebaebc72d3122504ac2ded9
Contents?: true
Size: 1.1 KB
Versions: 10
Compression:
Stored size: 1.1 KB
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] | | **object_name** | **String** | object_name | [optional] | | **refresh_interval** | **Integer** | refresh_interval | [optional] | | **sequence_number** | **Integer** | sequence_number | [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, object_name: null, refresh_interval: null, sequence_number: null, storage_system: null, uuid: null ) ```
Version data entries
10 entries across 10 versions & 1 rubygems