Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.01 KB

File metadata and controls

27 lines (20 loc) · 1.01 KB

XeroRuby::Assets::FieldValidationErrorsElement

Properties

Name Type Description Notes
field_name String The field name of the erroneous field [optional]
value_provided String The provided value [optional]
localised_message String Explaination of the field validation error [optional]
type String Internal type of the field validation error message [optional]
title String Title of the field validation error [optional]
detail String Detail of the field validation error [optional]

Code Sample

require 'XeroRuby::Assets'

instance = XeroRuby::Assets::FieldValidationErrorsElement.new(field_name: null,
                                 value_provided: null,
                                 localised_message: null,
                                 type: null,
                                 title: null,
                                 detail: null)