Sha256: 1dbdaba3a20d35954fdbc80accc10f3d5620e059f50661b228af9ebd10cf8f05

Contents?: true

Size: 589 Bytes

Versions: 7

Compression:

Stored size: 589 Bytes

Contents

# TalonOne::UpdateCollection

## 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] 

## Code Sample

```ruby
require 'TalonOne'

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


Version data entries

7 entries across 7 versions & 1 rubygems

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