Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 505 Bytes

File metadata and controls

20 lines (14 loc) · 505 Bytes

Zernio::SetWhatsAppFlowsEncryptionKeyRequest

Properties

Name Type Description Notes
account_id String WhatsApp social account ID
business_public_key String RSA public key in PEM format. Rejected if it is a private key or not a valid RSA public key PEM.

Example

require 'zernio-sdk'

instance = Zernio::SetWhatsAppFlowsEncryptionKeyRequest.new(
  account_id: null,
  business_public_key: null
)