Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 356 Bytes

File metadata and controls

20 lines (14 loc) · 356 Bytes

Late::UpdateInboxConversationRequest

Properties

Name Type Description Notes
account_id String Social account ID
status String

Example

require 'late-sdk'

instance = Late::UpdateInboxConversationRequest.new(
  account_id: null,
  status: null
)