Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 693 Bytes

NewCollection.md

File metadata and controls

21 lines (14 loc) · 693 Bytes

TalonOne::NewCollection

Properties

Name Type Description Notes
description String A short description of the purpose of this collection. [optional]
subscribed_applications_ids Array<Integer> A list of the IDs of the Applications where this collection is enabled. [optional]
name String The name of this collection.

Code Sample

require 'TalonOne'

instance = TalonOne::NewCollection.new(description: My collection of SKUs,
                                 subscribed_applications_ids: [1, 2, 3],
                                 name: My collection)