Sha256: 8871f930c6cfbe2c62739e36197029babeae28026dafd1e8a03f5a27378c8e10

Contents?: true

Size: 1.22 KB

Versions: 2

Compression:

Stored size: 1.22 KB

Contents

# BudgeaClient::Connection

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | ID of connection | 
**id_user** | **Integer** | ID of the related user | [optional] 
**id_connector** | **Integer** | ID of the related connector | 
**last_update** | **DateTime** | Last successful update | [optional] 
**created** | **DateTime** | Creation date | [optional] 
**error** | **String** | If the last update has failed, the error code | [optional] 
**error_message** | **String** | If fail, error message received from connector | [optional] 
**expire** | **DateTime** | Expiration of the connection. Used during add of a two-factor authentication, to purge the connection if the user abort | [optional] 
**active** | **BOOLEAN** | This connection is active and will be automatically synced | [default to true]
**last_push** | **DateTime** | Last successful push | [optional] 
**next_try** | **DateTime** | Date of next synchronization | [optional] 
**accounts** | [**Array<Account>**](Account.md) |  | [optional] 
**subscriptions** | [**Array<Subscription>**](Subscription.md) |  | [optional] 
**connection** | [**Connection**](Connection.md) |  | [optional] 


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
budgea_client-5.0.1 docs/Connection.md
budgea_client-5.0.0 docs/Connection.md