Sha256: d68a7a96a7d39a74a837b5478d41a04c610467eb895ca78d9d0653d3f54e801d

Contents?: true

Size: 621 Bytes

Versions: 4

Compression:

Stored size: 621 Bytes

Contents

# UltracartClient::StoreFrontPageContentAttribute

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Attribute name | [optional] |
| **translated_text_instance_oid** | **Integer** | Attribute translated text instance identifier | [optional] |
| **type** | **String** | Attribute type | [optional] |
| **value** | **String** | Attribute value | [optional] |

## Example

```ruby
require 'ultracart_api'

instance = UltracartClient::StoreFrontPageContentAttribute.new(
  name: null,
  translated_text_instance_oid: null,
  type: null,
  value: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ultracart_api-4.0.237 docs/StoreFrontPageContentAttribute.md
ultracart_api-4.0.236 docs/StoreFrontPageContentAttribute.md
ultracart_api-4.0.235 docs/StoreFrontPageContentAttribute.md
ultracart_api-4.0.234 docs/StoreFrontPageContentAttribute.md