Sha256: f28f2b3e264c5a96308354ff7fecd12c5594db1d101d0c2c38189146ad5e537a
Contents?: true
Size: 572 Bytes
Versions: 2
Compression:
Stored size: 572 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: 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/UpdatePicklist.md |
talon_one-5.0.0 | docs/UpdatePicklist.md |