Sha256: c3c9eac4828a625e5573d36fcbd5d71aeaf05939b1fd005412f63510a7ba2bcf
Contents?: true
Size: 884 Bytes
Versions: 4
Compression:
Stored size: 884 Bytes
Contents
# TalonOne::Import ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Unique ID for this entity. | **created** | **DateTime** | The exact moment this entity was created. | **account_id** | **Integer** | The ID of the account that owns this entity. | **user_id** | **Integer** | The ID of the account that owns this entity. | **entity** | **String** | The name of the entity that was imported. | **amount** | **Integer** | The number of members that imported. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Import.new(id: null, created: null, account_id: null, user_id: null, entity: null, amount: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.2.0 | docs/Import.md |
talon_one-2.1.1 | docs/Import.md |
talon_one-2.1.0 | docs/Import.md |
talon_one-2.0.0 | docs/Import.md |