Sha256: 1cfa190fcba440da94889a8d90bc2c1440fb32fb7913e6e89d220f842eda1a6c
Contents?: true
Size: 445 Bytes
Versions: 13
Compression:
Stored size: 445 Bytes
Contents
# AuditApi::Event ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The name of the event. | [optional] | | **timestamp** | **Time** | The UTC time the event initiated. | | | **user_info** | [**UserInfo**](UserInfo.md) | | | ## Example ```ruby require 'pnap_audit_api' instance = AuditApi::Event.new( name: API.CreateServer, timestamp: null, user_info: null ) ```
Version data entries
13 entries across 13 versions & 2 rubygems