Sha256: 8f771ac8894a887f5d8e1992c9a39676eb11f2bb7b150a8a55052fde8701fed0
Contents?: true
Size: 684 Bytes
Versions: 6
Compression:
Stored size: 684 Bytes
Contents
# TalonOne::UpdateCatalog ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **description** | **String** | A description of this cart item catalog. | [optional] **name** | **String** | Name of this cart item catalog. | [optional] **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::UpdateCatalog.new(description: seafood catalog, name: seafood, subscribed_applications_ids: [1, 2, 3]) ```
Version data entries
6 entries across 6 versions & 1 rubygems