Sha256: c03c633101ec5d0dec9409e19923aa4623796c91fe3cdf0a9d0b3b99df236111
Contents?: true
Size: 820 Bytes
Versions: 27
Compression:
Stored size: 820 Bytes
Contents
# UltracartClient::ConversationPbxTimeRange ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **configs** | [**Array<ConversationPbxTimeRangeConfig>**](ConversationPbxTimeRangeConfig.md) | Configurations for all ranges in this time range | [optional] | | **conversation_pbx_time_range_uuid** | **String** | Conversation Pbx Time Range UUID | [optional] | | **merchant_id** | **String** | Merchant Id | [optional] | | **time_range_name** | **String** | Time range name | [optional] | | **timezone** | **String** | Timezone | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationPbxTimeRange.new( configs: null, conversation_pbx_time_range_uuid: null, merchant_id: null, time_range_name: null, timezone: null ) ```
Version data entries
27 entries across 27 versions & 1 rubygems