Sha256: 1e8e0e9ca8a88735d4166d4662121c3d4900bbf2cc665767188d52beb8b640a1

Contents?: true

Size: 764 Bytes

Versions: 9

Compression:

Stored size: 764 Bytes

Contents

# BudgeaClient::Field

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id_bank** | **Integer** | ID of the related bank | 
**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] 


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
budgea_client-1.4.4 docs/Field.md
budgea_client-1.4.3 docs/Field.md
budgea_client-1.4.2 docs/Field.md
budgea_client-1.3.9 docs/Field.md
budgea_client-1.3.6 docs/Field.md
budgea_client-1.3.5 docs/Field.md
budgea_client-1.3.4 docs/Field.md
budgea_client-1.3.3 docs/Field.md
budgea_client-1.3.2 docs/Field.md