Sha256: 09ace6e9f41c9c018b2e58a2d6503cdbff755910a033fef1edb744652b3a047e

Contents?: true

Size: 693 Bytes

Versions: 7

Compression:

Stored size: 693 Bytes

Contents

# 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

```ruby
require 'TalonOne'

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


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/NewCollection.md
talon_one-6.0.0 docs/NewCollection.md
talon_one-5.0.0 docs/NewCollection.md
talon_one-3.0.2 docs/NewCollection.md
talon_one-3.0.1 docs/NewCollection.md
talon_one-3.0.0 docs/NewCollection.md
talon_one-2.5.1 docs/NewCollection.md