# TalonOne::CustomerProfileIntegrationRequestV2 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **attributes** | [**Object**](.md) | Arbitrary properties associated with this item | [optional] **audiences_changes** | [**ProfileAudiencesChanges**](ProfileAudiencesChanges.md) | | [optional] **response_content** | **Array<String>** | Optional list of requested information to be present on the response related to the customer profile update. Currently supported: \"customerProfile\", \"triggeredCampaigns\", \"loyalty\", \"event\" and \"ruleFailureReasons\". | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CustomerProfileIntegrationRequestV2.new(attributes: null, audiences_changes: null, response_content: null) ```