Sha256: a828791236669688b70f0e7a06480a308ab497e61c852dea1bf71c04c14f79a5

Contents?: true

Size: 573 Bytes

Versions: 6

Compression:

Stored size: 573 Bytes

Contents

# TalonOne::UpdateAttributeEffectProps

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**path** | **String** | The exact path of the attribute that was updated. | 
**value** | [**Object**](.md) | 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

```ruby
require 'TalonOne'

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


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/UpdateAttributeEffectProps.md
talon_one-6.0.0 docs/UpdateAttributeEffectProps.md
talon_one-5.0.0 docs/UpdateAttributeEffectProps.md
talon_one-3.0.2 docs/UpdateAttributeEffectProps.md
talon_one-3.0.1 docs/UpdateAttributeEffectProps.md
talon_one-3.0.0 docs/UpdateAttributeEffectProps.md