Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 438 Bytes

DeletedObject.md

File metadata and controls

24 lines (18 loc) · 438 Bytes

ClerkBackend::DeletedObject

Properties

Name Type Description Notes
object String
id String [optional]
slug String [optional]
deleted Boolean

Example

require 'clerk-sdk-ruby-backend'

instance = ClerkBackend::DeletedObject.new(
  object: null,
  id: null,
  slug: null,
  deleted: null
)