Sha256: ac76b32f4ebad8a45910eb3769b6c0747c268c3fd39734f6ecba43dbeef4502e
Contents?: true
Size: 1.04 KB
Versions: 13
Compression:
Stored size: 1.04 KB
Contents
# UltracartClient::ConversationPbxAudio ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **audio_s3_listing_key** | **String** | Audio S3 Listing Key | [optional] | | **conversation_pbx_audio_uuid** | **String** | Conversation Pbx Audio UUID | [optional] | | **default_hold_music** | **Boolean** | If true, this will be the default hold music | [optional] | | **description** | **String** | Description of this audio | [optional] | | **filename** | **String** | Filename | [optional] | | **merchant_id** | **String** | Merchant Id | [optional] | | **mime_type** | **String** | Mime Type | [optional] | | **user_id** | **Integer** | User Id | [optional] | | **version** | **Integer** | Version | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationPbxAudio.new( audio_s3_listing_key: null, conversation_pbx_audio_uuid: null, default_hold_music: null, description: null, filename: null, merchant_id: null, mime_type: null, user_id: null, version: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems