Sha256: 7a7b7cdb29bd68ac8ea0d955d09304741bbecb4d167ea9ce6169005b0f711c0b
Contents?: true
Size: 1.74 KB
Versions: 6
Compression:
Stored size: 1.74 KB
Contents
# TalonOne::CollectionWithoutPayload ## 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. | **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. | **modified_by** | **Integer** | ID of the user who last updated this effect if available. | [optional] **created_by** | **Integer** | ID of the user who created this effect. | **application_id** | **Integer** | The ID of the Application that owns this entity. | [optional] **campaign_id** | **Integer** | The ID of the campaign that owns this entity. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CollectionWithoutPayload.new(id: 6, created: 2020-06-10T09:05:27.993483Z, account_id: 3886, modified: 2021-09-12T10:12:42Z, description: My collection of SKUs, subscribed_applications_ids: [1, 2, 3], name: My collection, modified_by: 48, created_by: 134, application_id: 1, campaign_id: 7) ```
Version data entries
6 entries across 6 versions & 1 rubygems