Sha256: 1c947be43cedced2ebce78e90679ebf6bc02c16fcc4536b64a3a741fc82f25c8
Contents?: true
Size: 918 Bytes
Versions: 6
Compression:
Stored size: 918 Bytes
Contents
# TalonOne::Import ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Internal ID of this entity. | **created** | **DateTime** | The time this entity was created. | **account_id** | **Integer** | The ID of the account that owns this entity. | **user_id** | **Integer** | The ID of the user associated with this entity. | **entity** | **String** | The name of the entity that was imported. | **amount** | **Integer** | The number of values that were imported. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Import.new(id: 6, created: 2020-06-10T09:05:27.993483Z, account_id: 3886, user_id: 388, entity: AttributeAllowedList, amount: 10) ```
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/Import.md |
talon_one-6.0.0 | docs/Import.md |
talon_one-5.0.0 | docs/Import.md |
talon_one-3.0.2 | docs/Import.md |
talon_one-3.0.1 | docs/Import.md |
talon_one-3.0.0 | docs/Import.md |