Sha256: 27ff3a81d7a0f4800ceef28e9643cbd110e92697223e8a0e66bfd83274eb582a

Contents?: true

Size: 553 Bytes

Versions: 1

Compression:

Stored size: 553 Bytes

Contents

# TalonOne::UpdatePicklist

## 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::UpdatePicklist.new(type: string,
                                 values: [Jeans, Shirt, Coat])
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/UpdatePicklist.md