Sha256: dc8191549cf9974abb21e7106205a1c028338a668411cecf85056b2264f6d63f
Contents?: true
Size: 1.02 KB
Versions: 2
Compression:
Stored size: 1.02 KB
Contents
# TalonOne::Change ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Unique ID for this entity. | **created** | **DateTime** | The exact moment this entity was created. | **user_id** | **Integer** | The ID of the account that owns this entity. | **application_id** | **Integer** | ID of application associated with change | [optional] **entity** | **String** | API endpoint on which the change was initiated. | **old** | [**Object**](.md) | Resource before the change occurred. | [optional] **new** | [**Object**](.md) | Resource after the change occurred. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Change.new(id: null, created: null, user_id: null, application_id: null, entity: null, old: null, new: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.4.0 | docs/Change.md |
talon_one-2.3.0 | docs/Change.md |