Sha256: 9867512319f6eb61d7320b2018055c0c3e6088d55fb0763893b190d3631ed6fa
Contents?: true
Size: 506 Bytes
Versions: 187
Compression:
Stored size: 506 Bytes
Contents
# UltracartClient::ConversationEventQueuePosition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **available** | **Boolean** | True if agents are logged into the queue | [optional] | | **position** | **Integer** | Position in the queue. Value will be -1 if they cant be found in the queue. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationEventQueuePosition.new( available: null, position: null ) ```
Version data entries
187 entries across 187 versions & 1 rubygems