Sha256: 822eeb8b0c5d6305ca9eff1859640143e9d20d2aefdc8eb27c28c0d8b7dcb898
Contents?: true
Size: 566 Bytes
Versions: 13
Compression:
Stored size: 566 Bytes
Contents
# UltracartClient::ConversationPbxTimeBasedMapping ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | Action | [optional] | | **action_target** | **String** | Action target | [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
13 entries across 13 versions & 1 rubygems