Sha256: 8784a3ad8e84c2f3a7fe5e996c95d28d45dd53cd4b620a6855c259a40ccb4af9

Contents?: true

Size: 652 Bytes

Versions: 6

Compression:

Stored size: 652 Bytes

Contents

# TalonOne::NewCatalog

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The cart item catalog name. | 
**description** | **String** | A description of this cart item catalog. | 
**subscribed_applications_ids** | **Array<Integer>** | A list of the IDs of the applications that are subscribed to this catalog. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewCatalog.new(name: seafood,
                                 description: seafood catalog,
                                 subscribed_applications_ids: [1, 2, 3])
```


Version data entries

6 entries across 6 versions & 1 rubygems

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