Sha256: 833e5c4356e7522b601216953af63a1af6522a845480a239d80d14602bc884c7
Contents?: true
Size: 651 Bytes
Versions: 14
Compression:
Stored size: 651 Bytes
Contents
# UltracartClient::ConversationPbxTimeBasedMapping ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | Action | [optional] | | **action_target** | **String** | Action target. This is the UUID associated with the configuration object of that particular type. | [optional] | | **name** | **String** | Name | [optional] | | **time_range_uuid** | **String** | Time range UUID | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationPbxTimeBasedMapping.new( action: null, action_target: null, name: null, time_range_uuid: null ) ```
Version data entries
14 entries across 14 versions & 1 rubygems