Sha256: 0a659099d209c1bacc1cbd0c22e5fe1ac1a30a0f2c63d40eb501fca56469b7e2
Contents?: true
Size: 408 Bytes
Versions: 3
Compression:
Stored size: 408 Bytes
Contents
# TalonOne::IdentifiableEntity ## 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. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::IdentifiableEntity.new(id: 6) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/IdentifiableEntity.md |
talon_one-6.0.0 | docs/IdentifiableEntity.md |
talon_one-5.0.0 | docs/IdentifiableEntity.md |