Sha256: f2d6838f33ecef598390a5625db27012a6393f077743e7f94c128cacb6fb6c73
Contents?: true
Size: 547 Bytes
Versions: 1
Compression:
Stored size: 547 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: string, values: [Jeans, Shirt, Coat]) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/NewPicklist.md |