Sha256: b30e41f01866e2ae8f15a2b68fae11906a2ac36eed8f861a9330b11b59cc9ec7
Contents?: true
Size: 411 Bytes
Versions: 6
Compression:
Stored size: 411 Bytes
Contents
# TalonOne::Entity ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Internal ID of this entity. | **created** | **DateTime** | The time this entity was created. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Entity.new(id: 6, created: 2020-06-10T09:05:27.993483Z) ```
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/Entity.md |
talon_one-6.0.0 | docs/Entity.md |
talon_one-5.0.0 | docs/Entity.md |
talon_one-3.0.2 | docs/Entity.md |
talon_one-3.0.1 | docs/Entity.md |
talon_one-3.0.0 | docs/Entity.md |