Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 401 Bytes

File metadata and controls

18 lines (12 loc) · 401 Bytes

SunshineConversationsClient::UserRemoveEventAllOfPayload

Properties

Name Type Description Notes
user UserTruncated The user that was removed. [optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::UserRemoveEventAllOfPayload.new(
  user: null
)