Sha256: 7a566d303e9d166cd418944c10fb056ccab8b8b2d3e9d7011b88536b4894296f
Contents?: true
Size: 1.02 KB
Versions: 7
Compression:
Stored size: 1.02 KB
Contents
# OryHydraClient::FormField ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **errors** | [**Array<Error>**](Error.md) | Errors contains all validation errors this particular field has caused. | [optional] **name** | **String** | Name is the equivalent of <input name=\"{{.Name}}\"> | [optional] **required** | **Boolean** | Required is the equivalent of <input required=\"{{.Required}}\"> | [optional] **type** | **String** | Type is the equivalent of <input type=\"{{.Type}}\"> | [optional] **value** | [**Object**](.md) | Value is the equivalent of <input value=\"{{.Value}}\"> | [optional] ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::FormField.new(errors: null, name: null, required: null, type: null, value: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems