Sha256: 7c1e95a7bde877825b77f12753709d1bfb6f4182b0573e0cfe25f03813fb170a
Contents?: true
Size: 642 Bytes
Versions: 3
Compression:
Stored size: 642 Bytes
Contents
# TalonOne::UpdateStore ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name of the store. | **description** | **String** | The description of the store. | **attributes** | [**Object**](.md) | The attributes of the store. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::UpdateStore.new(name: South US store, description: This is the description of the store in south US., attributes: {"country":"USA","code":1234}) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/UpdateStore.md |
talon_one-6.0.0 | docs/UpdateStore.md |
talon_one-5.0.0 | docs/UpdateStore.md |