Sha256: f3261680da93c5fa519dc30d4a30e03d7b983b9c3000ebb3252d650475d2c408

Contents?: true

Size: 1.45 KB

Versions: 5

Compression:

Stored size: 1.45 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] 
**state** | **String** | State of Connection | [optional] 
**fields** | [**Array<Field>**](Field.md) |  | [optional] 
**next_try** | **DateTime** | Date of next synchronization | [optional] 
**accounts** | [**Array<Account>**](Account.md) |  | [optional] 
**all_accounts** | [**Array<Account>**](Account.md) |  | [optional] 
**subscriptions** | [**Array<Subscription>**](Subscription.md) |  | [optional] 
**connection** | [**Connection**](Connection.md) |  | [optional] 
**message** | **String** |  | [optional] 


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
budgea_client-5.6.0 docs/Connection.md
budgea_client-5.5.0 docs/Connection.md
budgea_client-5.4.0 docs/Connection.md
budgea_client-5.3.8 docs/Connection.md
budgea_client-5.3.7 docs/Connection.md