Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 926 Bytes

File metadata and controls

25 lines (18 loc) · 926 Bytes

XeroRuby::Assets::ResourceValidationErrorsElement

Properties

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

Code Sample

require 'XeroRuby::Assets'

instance = XeroRuby::Assets::ResourceValidationErrorsElement.new(resource_name: null,
                                 localised_message: null,
                                 type: null,
                                 title: null,
                                 detail: null)