Sha256: 3408ace449336d87ab37ffe124e58a3a4cf58e9a79e669adb388c4788cc19ac8
Contents?: true
Size: 493 Bytes
Versions: 3
Compression:
Stored size: 493 Bytes
Contents
# TalonOne::IntegrationEntity ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **integration_id** | **String** | The integration ID for this entity sent to and used in the Talon.One system. | **created** | **DateTime** | The exact moment this entity was created. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::IntegrationEntity.new(integration_id: null, created: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.4.0 | docs/IntegrationEntity.md |
talon_one-2.3.0 | docs/IntegrationEntity.md |
talon_one-2.2.0 | docs/IntegrationEntity.md |