# TalonOne::MultipleCustomerProfileIntegrationRequestItem ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **attributes** | [**Object**](.md) | Arbitrary properties associated with this item | [optional] **integration_id** | **String** | The custom identifier for this profile, must be unique within the account. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::MultipleCustomerProfileIntegrationRequestItem.new(attributes: null, integration_id: null) ```