Sha256: 63acc5d367cf87e7e9ba02f4fac1f0dda074b7e615f42ece5c2fcad192e7439b
Contents?: true
Size: 895 Bytes
Versions: 4
Compression:
Stored size: 895 Bytes
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. | **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, entity: null, old: null, new: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.2.0 | docs/Change.md |
talon_one-2.1.1 | docs/Change.md |
talon_one-2.1.0 | docs/Change.md |
talon_one-2.0.0 | docs/Change.md |