Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 535 Bytes

File metadata and controls

22 lines (16 loc) · 535 Bytes

Late::UpdateWhatsAppDisplayName200Response

Properties

Name Type Description Notes
success Boolean [optional]
message String [optional]
display_name UpdateWhatsAppDisplayName200ResponseDisplayName [optional]

Example

require 'late-sdk'

instance = Late::UpdateWhatsAppDisplayName200Response.new(
  success: null,
  message: null,
  display_name: null
)