# TalonOne::ImportEntity ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **import_id** | **Integer** | The ID of the Import which created this referral. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ImportEntity.new(import_id: 4) ```