Sha256: c0e8a03d7adf97e482b743a4d344628de89830b9a6f56c7c884c99b945e987cc

Contents?: true

Size: 1.35 KB

Versions: 6

Compression:

Stored size: 1.35 KB

Contents

# TalonOne::Catalog

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | Internal ID of this entity. | 
**created** | **DateTime** | The time this entity was created. | 
**account_id** | **Integer** | The ID of the account that owns this entity. | 
**modified** | **DateTime** | The time this entity was last modified. | 
**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] 
**version** | **Integer** | The current version of this catalog. | 
**created_by** | **Integer** | The ID of user who created this catalog. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::Catalog.new(id: 6,
                                 created: 2020-06-10T09:05:27.993483Z,
                                 account_id: 3886,
                                 modified: 2021-09-12T10:12:42Z,
                                 name: seafood,
                                 description: seafood catalog,
                                 subscribed_applications_ids: [1, 2, 3],
                                 version: 6,
                                 created_by: 6)
```


Version data entries

6 entries across 6 versions & 1 rubygems

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