Name | Type | Description | Notes |
---|---|---|---|
presence | Boolean | Describes whether the field is mandatory or not | [optional] |
inclusion | FieldSelectValidation | [optional] | |
format | Object | Contains the regex to use to validate the input field | [optional] |
require 'TransferZero'
instance = TransferZero::FieldValidation.new(presence: true,
inclusion: null,
format: {"with":"(?-mix:\\A\\d+\\z)"})