Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 566 Bytes

NewPicklist.md

File metadata and controls

19 lines (12 loc) · 566 Bytes

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

require 'TalonOne'

instance = TalonOne::NewPicklist.new(type: 2012-11-01T22:08:41+00:00,
                                 values: [Jeans, Shirt, Coat])