Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 705 Bytes

File metadata and controls

28 lines (22 loc) · 705 Bytes

Zernio::UpdateWhatsAppCallingRequest

Properties

Name Type Description Notes
account_id String
forward_to String [optional]
sip_auth_username String [optional]
sip_auth_password String [optional]
recording_enabled Boolean [optional]
call_icon_countries Array<String> [optional]

Example

require 'zernio-sdk'

instance = Zernio::UpdateWhatsAppCallingRequest.new(
  account_id: null,
  forward_to: null,
  sip_auth_username: null,
  sip_auth_password: null,
  recording_enabled: null,
  call_icon_countries: null
)