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