Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 455 Bytes

ContactConversationsInnerAllOfMeta.md

File metadata and controls

20 lines (14 loc) · 455 Bytes

Cfchat::ContactConversationsInnerAllOfMeta

Properties

Name Type Description Notes
sender ContactConversationsInnerAllOfMetaSender [optional]
assignee User [optional]

Example

require 'cfchat'

instance = Cfchat::ContactConversationsInnerAllOfMeta.new(
  sender: null,
  assignee: null
)