SyncteraRubySdk::DeleteResponse

Properties

Name Type Description Notes
id String Object ID [optional]
resource String The resource name [optional]

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::DeleteResponse.new(
  id: null,
  resource: null
)