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