| 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] |
require 'ultracart_api'
instance = UltracartClient::StoreFrontPageContentAttribute.new(
name: null,
translated_text_instance_oid: null,
type: null,
value: null
)