Sha256: 89c1bd477d6a412c21a9afff072c71547dd76ee9d02a48c4f4c1f6c6278bac07

Contents?: true

Size: 1.94 KB

Versions: 4

Compression:

Stored size: 1.94 KB

Contents

# SyncteraRubySdk::Document

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **available_versions** | **Array<Integer>** | All document versions | [optional] |
| **creation_time** | **Time** | The date and time the resource was created | [optional][readonly] |
| **description** | **String** | A description of the document | [optional] |
| **encryption** | [**Encryption**](Encryption.md) |  | [optional][default to 'NOT_REQUIRED'] |
| **file_name** | **String** | The name of the document | [optional][readonly] |
| **id** | **String** | The unique identifier for this resource | [optional][readonly] |
| **last_updated_time** | **Time** | The date and time the resource was last updated | [optional][readonly] |
| **metadata** | **Object** | Optional field to store additional information about the resource. Intended to be used by the integrator to store non-sensitive data.  | [optional] |
| **name** | **String** | A user-friendly name for the document | [optional] |
| **related_resource_id** | **String** | The ID of the resource related to the document | [optional] |
| **related_resource_type** | [**RelatedResourceType**](RelatedResourceType.md) |  | [optional] |
| **tenant** | **String** | The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.  | [optional] |
| **type** | [**DocumentType**](DocumentType.md) |  | [optional] |
| **version** | **Integer** | The document version | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::Document.new(
  available_versions: null,
  creation_time: 2010-05-06T12:23:34.321Z,
  description: null,
  encryption: null,
  file_name: null,
  id: b01db9c7-78f2-4a99-8aca-1231d32f9b96,
  last_updated_time: 2010-05-06T12:23:34.321Z,
  metadata: null,
  name: null,
  related_resource_id: null,
  related_resource_type: null,
  tenant: abcdef_ghijkl,
  type: null,
  version: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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