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