| Name | Type | Description | Notes |
|---|---|---|---|
| user_id | String | The id of the user. | |
| apple | DownloadMessageRefBodyAllOfApple | [optional] |
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::DownloadMessageRefBody.new(
user_id: 5963c0d619a30a2e00de36b8,
apple: null
)