# 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\", \"awardedGiveaways\", \"ruleFailureReasons\". **Note:** `ruleFailureReasons` is always part of the response when the Application type is `sandbox`. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CustomerProfileIntegrationRequestV2.new(attributes: {"Language":"english","ShippingCountry":"DE"}, audiences_changes: null, response_content: [triggeredCampaigns, customerProfile]) ```