Sha256: 002e2467ba95bf6f5b698140b380ddf4dec6b61ac8de1b388e1ea8cea6bdf213
Contents?: true
Size: 550 Bytes
Versions: 3
Compression:
Stored size: 550 Bytes
Contents
# TalonOne::NewPicklist ## 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::NewPicklist.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/NewPicklist.md |
talon_one-3.0.1 | docs/NewPicklist.md |
talon_one-3.0.0 | docs/NewPicklist.md |