Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 408 Bytes

IdentifiableEntity.md

File metadata and controls

17 lines (10 loc) · 408 Bytes

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

require 'TalonOne'

instance = TalonOne::IdentifiableEntity.new(id: 6)