Sha256: a4201b90b96a135dc9ad2e0685fc00e725bcb2c0318c4efdb5a314189ddc7e88
Contents?: true
Size: 726 Bytes
Versions: 13
Compression:
Stored size: 726 Bytes
Contents
# DevCycle::Event ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | Custom event type | | | **target** | **String** | Custom event target / subject of event. Contextual to event type | [optional] | | **date** | **Float** | Unix epoch time the event occurred according to client | [optional] | | **value** | **Float** | Value for numerical events. Contextual to event type | [optional] | | **meta_data** | **Object** | Extra JSON metadata for event. Contextual to event type | [optional] | ## Example ```ruby require 'devcycle-server-sdk' instance = DevCycle::Event.new( type: null, target: null, date: null, value: null, meta_data: null ) ```
Version data entries
13 entries across 9 versions & 3 rubygems