# TalonOne::UpdateCampaignCollection ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **description** | **String** | A short description of the purpose of this collection. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::UpdateCampaignCollection.new(description: My collection of SKUs) ```