Sha256: e9c33516e5a75c47ba46c917982683a6e4828a31cd6f5897144a97e96226dc6f
Contents?: true
Size: 450 Bytes
Versions: 11
Compression:
Stored size: 450 Bytes
Contents
# MoneyKit::AccountGroup ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accounts** | [**Array<Account>**](Account.md) | | | | **last_synced_at** | **Time** | An ISO-8601 timestamp indicating the last time that the account was updated. | [optional] | ## Example ```ruby require 'moneykit' instance = MoneyKit::AccountGroup.new( accounts: null, last_synced_at: 2023-02-16T09:14:11 ) ```
Version data entries
11 entries across 11 versions & 1 rubygems