Sha256: 2a65f6b650e871c81b94df2502b901da93d80b64fcced82690ec5157063cc23a
Contents?: true
Size: 700 Bytes
Versions: 195
Compression:
Stored size: 700 Bytes
Contents
# UltracartClient::Activity ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | | [optional] | | **channel** | **String** | | [optional] | | **metric** | **String** | | [optional] | | **storefront_oid** | **Integer** | | [optional] | | **subject** | **String** | | [optional] | | **ts** | **Integer** | | [optional] | | **type** | **String** | | [optional] | | **uuid** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::Activity.new( action: null, channel: null, metric: null, storefront_oid: null, subject: null, ts: null, type: null, uuid: null ) ```
Version data entries
195 entries across 195 versions & 1 rubygems