Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 621 Bytes

File metadata and controls

24 lines (18 loc) · 621 Bytes

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

require 'ultracart_api'

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