Sha256: e3f069944ce7512f3a816258fd8a0701f7506536bb97b7b5f1aa3542e72cb1c1

Contents?: true

Size: 891 Bytes

Versions: 9

Compression:

Stored size: 891 Bytes

Contents

# BudgeaClient::Field

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id_connector** | **Integer** | ID of the related connector | 
**id** | **Integer** | ID of the field | 
**name** | **String** | Name of the field | 
**label** | **String** | Label to display to user | 
**regex** | **String** | If set, the value must match this regexp | [optional] 
**type** | **String** | Type of field (text, password, list, hidden) | [optional] [default to 'text']
**ephemeral** | **BOOLEAN** | This field will not be saved in database | [optional] [default to false]
**value** | **String** | Default value of the field | [optional] 
**values** | [**Array<FieldValue>**](FieldValue.md) |  | [optional] 
**required** | **BOOLEAN** | If true, field has to be set to synchronize the connection | [optional] [default to true]


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
budgea_client-4.0.3 docs/Field.md
budgea_client-4.0.2 docs/Field.md
budgea_client-4.0.1 docs/Field.md
budgea_client-4.0.0 docs/Field.md
budgea_client-3.0.1 docs/Field.md
budgea_client-3.0.0 docs/Field.md
budgea_client-2.0.2 docs/Field.md
budgea_client-2.0.1 docs/Field.md
budgea_client-2.0.0 docs/Field.md