Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 573 Bytes

UpdateAttributeEffectProps.md

File metadata and controls

19 lines (12 loc) · 573 Bytes

TalonOne::UpdateAttributeEffectProps

Properties

Name Type Description Notes
path String The exact path of the attribute that was updated.
value Object The new value of this attribute. The value can be of the following types: - boolean - location - number - string - time - list of any of those types

Code Sample

require 'TalonOne'

instance = TalonOne::UpdateAttributeEffectProps.new(path: null,
                                 value: null)