# 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 ```ruby require 'TalonOne' instance = TalonOne::TalangAttributeVisibility.new(invisible: null, visible: null) ```