Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 456 Bytes

EntityWithTalangVisibleID.md

File metadata and controls

19 lines (12 loc) · 456 Bytes

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

require 'TalonOne'

instance = TalonOne::EntityWithTalangVisibleID.new(id: 4,
                                 created: 2020-06-10T09:05:27.993483Z)