# Athenian::CreatedIdentifier ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Identifier of the created entity. | | ## Example ```ruby require 'athenian' instance = Athenian::CreatedIdentifier.new( id: 777 ) ```