Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 457 Bytes

File metadata and controls

18 lines (12 loc) · 457 Bytes

SunshineConversationsClient::ConversationRemoveEventAllOfPayload

Properties

Name Type Description Notes
conversation ConversationTruncated The conversation that was deleted. [optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::ConversationRemoveEventAllOfPayload.new(
  conversation: null
)