Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 489 Bytes

NewCampaignCollection.md

File metadata and controls

19 lines (12 loc) · 489 Bytes

TalonOne::NewCampaignCollection

Properties

Name Type Description Notes
description String A short description of the purpose of this collection. [optional]
name String The name of this collection.

Code Sample

require 'TalonOne'

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