Sha256: c5f56f59e2cab8b6089ced5f1fc990ac88fa1aa26a82a04a6fc36973a041ece0

Contents?: true

Size: 689 Bytes

Versions: 5

Compression:

Stored size: 689 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] 


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
budgea_client-1.3.1 docs/Field.md
budgea_client-1.3.0 docs/Field.md
budgea_client-1.2.0 docs/Field.md
budgea_client-1.1.0 docs/Field.md
budgea_client-1.0.0 docs/Field.md