Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 499 Bytes

CampaignTemplateCollection.md

File metadata and controls

19 lines (12 loc) · 499 Bytes

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

require 'TalonOne'

instance = TalonOne::CampaignTemplateCollection.new(name: My collection,
                                 description: My collection of SKUs)