# TalonOne::GenerateCampaignDescription ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **campaign_id** | **Integer** | ID of the campaign. | **currency** | **String** | Currency for the campaign. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::GenerateCampaignDescription.new(campaign_id: null, currency: null) ```