# 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: null, created: null) ```