Sha256: c8544ba35fffa8f1c8b4d81800061786a931ff46caf90a3872452b2848c4ff9d

Contents?: true

Size: 566 Bytes

Versions: 2

Compression:

Stored size: 566 Bytes

Contents

# TalonOne::NewPicklist

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of allowed values in the picklist. If the type `time` is chosen, it must be an RFC3339 timestamp string. | 
**values** | **Array<String>** | The list of allowed values provided by this picklist. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewPicklist.new(type: 2012-11-01T22:08:41+00:00,
                                 values: [Jeans, Shirt, Coat])
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
talon_one-6.0.0 docs/NewPicklist.md
talon_one-5.0.0 docs/NewPicklist.md