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