Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 496 Bytes

File metadata and controls

20 lines (14 loc) · 496 Bytes

SunshineConversationsClient::DownloadMessageRefBody

Properties

Name Type Description Notes
user_id String The id of the user.
apple DownloadMessageRefBodyAllOfApple [optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::DownloadMessageRefBody.new(
  user_id: 5963c0d619a30a2e00de36b8,
  apple: null
)