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

Version Path
talon_one-7.0.0 docs/TalangAttributeVisibility.md
talon_one-6.0.0 docs/TalangAttributeVisibility.md
talon_one-5.0.0 docs/TalangAttributeVisibility.md
talon_one-3.0.2 docs/TalangAttributeVisibility.md
talon_one-3.0.1 docs/TalangAttributeVisibility.md
talon_one-3.0.0 docs/TalangAttributeVisibility.md