Sha256: dbe75e6d915bd954facd40c3ce15db2a7657a0933dda45d9173a85b44393afdc

Contents?: true

Size: 556 Bytes

Versions: 3

Compression:

Stored size: 556 Bytes

Contents

# TalonOne::UpdatePicklist

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of allowed values in the picklist. If 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::UpdatePicklist.new(type: 2012-11-01T22:08:41+00:00,
                                 values: [Jeans, Shirt, Coat])
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-3.0.2 docs/UpdatePicklist.md
talon_one-3.0.1 docs/UpdatePicklist.md
talon_one-3.0.0 docs/UpdatePicklist.md