Sha256: 03c3eccfe7b8d09187cda3a4b572a392fe3e9a7e73c517fa35fb7b4ec4544363
Contents?: true
Size: 1.23 KB
Versions: 2
Compression:
Stored size: 1.23 KB
Contents
# TalonOne::Revision ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Unique ID for this entity. Not to be confused with the Integration ID, which is set by your integration layer and used in most endpoints. | **activate_at** | **DateTime** | | [optional] **account_id** | **Integer** | | **application_id** | **Integer** | | **campaign_id** | **Integer** | | **created** | **DateTime** | | **created_by** | **Integer** | | **activated_at** | **DateTime** | | [optional] **activated_by** | **Integer** | | [optional] **current_version** | [**RevisionVersion**](RevisionVersion.md) | | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Revision.new(id: 6, activate_at: null, account_id: null, application_id: null, campaign_id: null, created: null, created_by: null, activated_at: null, activated_by: null, current_version: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/Revision.md |
talon_one-6.0.0 | docs/Revision.md |