Sha256: f443740fdd5ecf3b6cbf954d28092ccc41ba5167000379d10074bb4454e4693e
Contents?: true
Size: 512 Bytes
Versions: 6
Compression:
Stored size: 512 Bytes
Contents
# 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) ```
Version data entries
6 entries across 6 versions & 1 rubygems