Sha256: 41618e21c431a7e7f52134a0fbb2ce46f95cf0806be35c7f2dbdf328cc2ff749
Contents?: true
Size: 454 Bytes
Versions: 17
Compression:
Stored size: 454 Bytes
Contents
# SnapTrade::TransactionsStatus ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **initial_sync_completed** | **Boolean** | | [optional] | | **last_successful_sync** | **Date** | Date in YYYY-MM-DD format or null | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::TransactionsStatus.new( initial_sync_completed: null, last_successful_sync: Mon Jan 24 00:00:00 UTC 2022 ) ```
Version data entries
17 entries across 17 versions & 1 rubygems