SyncteraRubySdk::PatchDocument

Properties

Name Type Description Notes
description String A description of the document [optional]
name String A user-friendly name for the document [optional]
type DocumentType [optional]

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::PatchDocument.new(
  description: null,
  name: null,
  type: null
)