Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 356 Bytes

File metadata and controls

18 lines (12 loc) · 356 Bytes

Zernio::MoveWhatsAppNumberToProfileRequest

Properties

Name Type Description Notes
profile_id String Destination profile id. Must belong to the same team.

Example

require 'zernio-sdk'

instance = Zernio::MoveWhatsAppNumberToProfileRequest.new(
  profile_id: null
)