Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 444 Bytes

File metadata and controls

20 lines (14 loc) · 444 Bytes

Zernio::UpdateWhatsAppDisplayNameRequest

Properties

Name Type Description Notes
account_id String WhatsApp social account ID
display_name String New display name (must follow WhatsApp naming guidelines)

Example

require 'zernio-sdk'

instance = Zernio::UpdateWhatsAppDisplayNameRequest.new(
  account_id: null,
  display_name: null
)