Sha256: 0a7f8c38857fb5ec120612a89f16ba73b665cf075fa0f8c15f87cd1c64a6edfa
Contents?: true
Size: 1.51 KB
Versions: 1
Compression:
Stored size: 1.51 KB
Contents
# TalonOne::Change ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Internal ID of this entity. | **created** | **DateTime** | The time this entity was created. | **user_id** | **Integer** | The ID of the user associated with 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] **management_key_id** | **Integer** | ID of management key used to perform changes. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Change.new(id: 6, created: 2020-06-10T09:05:27.993483Z, user_id: 388, application_id: 359, entity: /v1/applications/359/campaigns/6727, old: {}, new: {"applicationId\"":359,"attributes\"":{},"campaignGroups\"":[],"created\"":"2022-07-08T13:04:02.972762328Z","description\"":"","features\"":["referrals","loyalty"],"id":6727}, management_key_id: 3) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/Change.md |