Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 407 Bytes

File metadata and controls

20 lines (14 loc) · 407 Bytes

Late::DeleteInboxComment200Response

Properties

Name Type Description Notes
success Boolean [optional]
data DeleteAccountGroup200Response [optional]

Example

require 'late-sdk'

instance = Late::DeleteInboxComment200Response.new(
  success: null,
  data: null
)