Sha256: 7e9d0923ffdd4c11394b262a9cfbc6224fc36c5a008d0328c0077006d5528e3e
Contents?: true
Size: 752 Bytes
Versions: 34
Compression:
Stored size: 752 Bytes
Contents
# UltracartClient::ConversationPbxTimeRangeConfig ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **end_date** | **String** | End date | [optional] | | **end_day_of_week** | **Integer** | End day of week | [optional] | | **end_time** | **String** | End time | [optional] | | **start_date** | **String** | Start date | [optional] | | **start_day_of_week** | **Integer** | Start day of week | [optional] | | **start_time** | **String** | Start time | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationPbxTimeRangeConfig.new( end_date: null, end_day_of_week: null, end_time: null, start_date: null, start_day_of_week: null, start_time: null ) ```
Version data entries
34 entries across 34 versions & 1 rubygems