Sha256: d4dbbf4141f8a155ed2b96a4b9a7c977f73b5ef4728b9aaae1bbe447d153c845

Contents?: true

Size: 501 Bytes

Versions: 4

Compression:

Stored size: 501 Bytes

Contents

# 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**](DocumentType.md) |  | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/PatchDocument.md
synctera_ruby_sdk-1.1.2 docs/PatchDocument.md
synctera_ruby_sdk-1.1.1 docs/PatchDocument.md
synctera_ruby_sdk-1.0.0 docs/PatchDocument.md