Sha256: 3d59a4f2a09d63b8457c1f4410de3f599605e4feb13a554966696cf9f0895e5a

Contents?: true

Size: 989 Bytes

Versions: 15

Compression:

Stored size: 989 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]
**auth_mechanisms** | **String** | Authentication mechanisms this field is used for | [optional] 


Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
budgea_client-5.3.8 docs/Field.md
budgea_client-5.3.7 docs/Field.md
budgea_client-5.3.6 docs/Field.md
budgea_client-5.3.4 docs/Field.md
budgea_client-5.3.3 docs/Field.md
budgea_client-5.3.2 docs/Field.md
budgea_client-5.3.1 docs/Field.md
budgea_client-5.2.0 docs/Field.md
budgea_client-5.1.3 docs/Field.md
budgea_client-5.1.2 docs/Field.md
budgea_client-5.1.1 docs/Field.md
budgea_client-5.0.4 docs/Field.md
budgea_client-5.0.3 docs/Field.md
budgea_client-5.0.1 docs/Field.md
budgea_client-5.0.0 docs/Field.md