# TalonOne::EntityWithTalangVisibleID ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Unique ID for this entity. | **created** | **DateTime** | The exact moment this entity was created. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::EntityWithTalangVisibleID.new(id: 4, created: 2020-06-10T09:05:27.993483Z) ```