Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 512 Bytes

TalangAttributeVisibility.md

File metadata and controls

19 lines (12 loc) · 512 Bytes

TalonOne::TalangAttributeVisibility

Properties

Name Type Description Notes
invisible Array<String> List of attribute names to hide in the UI. [optional]
visible Array<String> List of attribute names to show in the UI. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::TalangAttributeVisibility.new(invisible: null,
                                 visible: null)