| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Current verified display name | [optional] |
| status | String | Meta review status for the display name | [optional] |
| phone_number | String | Display phone number | [optional] |
require 'late-sdk'
instance = Late::GetWhatsAppDisplayName200ResponseDisplayName.new(
name: null,
status: null,
phone_number: null
)