Sha256: 8da1485b3ca4007dbdadd1aca9aff937aaaee7dd730ee19c019e22015eaf184d
Contents?: true
Size: 704 Bytes
Versions: 4
Compression:
Stored size: 704 Bytes
Contents
# SyncteraRubySdk::Person ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **creation_time** | **Time** | | [optional] | | **first_name** | **String** | | [optional] | | **id** | **String** | | [optional] | | **last_name** | **String** | | [optional] | | **last_updated_time** | **Time** | | [optional] | | **middle_name** | **String** | | [optional] | | **relationship_type** | **String** | | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::Person.new( creation_time: null, first_name: null, id: null, last_name: null, last_updated_time: null, middle_name: null, relationship_type: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
synctera_ruby_sdk-1.1.3 | docs/Person.md |
synctera_ruby_sdk-1.1.2 | docs/Person.md |
synctera_ruby_sdk-1.1.1 | docs/Person.md |
synctera_ruby_sdk-1.0.0 | docs/Person.md |