Sha256: 279407967fdf268a4986c2f91875f5c91058fb011d82e709a975b00a06533b63

Contents?: true

Size: 569 Bytes

Versions: 7

Compression:

Stored size: 569 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. Value can be any of the following types (time, string, number, location, boolean) or a list of any of those types | 

## Code Sample

```ruby
require 'TalonOne'

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


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
talon_one-2.5.1 docs/UpdateAttributeEffectProps.md
talon_one-2.4.0 docs/UpdateAttributeEffectProps.md
talon_one-2.3.0 docs/UpdateAttributeEffectProps.md
talon_one-2.2.0 docs/UpdateAttributeEffectProps.md
talon_one-2.1.1 docs/UpdateAttributeEffectProps.md
talon_one-2.1.0 docs/UpdateAttributeEffectProps.md
talon_one-2.0.0 docs/UpdateAttributeEffectProps.md