Sha256: 6cc3636ad34ade17880abb8f61074767ef89bb239cd247127aff9b7f0ae62eeb

Contents?: true

Size: 818 Bytes

Versions: 4

Compression:

Stored size: 818 Bytes

Contents

# SyncteraRubySdk::Disclosure1

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **creation_time** | **Time** |  | [optional][readonly] |
| **event_type** | **String** |  |  |
| **id** | **String** | Disclosure ID | [optional] |
| **last_updated_time** | **Time** |  | [optional][readonly] |
| **timestamp** | **Time** | Date of disclosure |  |
| **type** | **String** | Disclosure Type |  |
| **version** | **String** | Disclosure Version |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::Disclosure1.new(
  creation_time: 2010-05-06T12:23:34.321Z,
  event_type: VIEWED,
  id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
  last_updated_time: 2010-05-06T12:23:34.321Z,
  timestamp: 2010-05-06T12:23:34.321Z,
  type: REG_DD,
  version: v1.1
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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