Method: UltracartClient::ItemContent.attribute_map

Defined in:
lib/ultracart_api/models/item_content.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# File 'lib/ultracart_api/models/item_content.rb', line 67

def self.attribute_map
  {
    :'assignments' => :'assignments',
    :'attributes' => :'attributes',
    :'custom_thank_you_url' => :'custom_thank_you_url',
    :'exclude_from_search' => :'exclude_from_search',
    :'exclude_from_sitemap' => :'exclude_from_sitemap',
    :'exclude_from_top_sellers' => :'exclude_from_top_sellers',
    :'extended_description' => :'extended_description',
    :'extended_description_translated_text_instance_oid' => :'extended_description_translated_text_instance_oid',
    :'meta_description' => :'meta_description',
    :'meta_keywords' => :'meta_keywords',
    :'meta_title' => :'meta_title',
    :'multimedia' => :'multimedia',
    :'new_item' => :'new_item',
    :'new_item_end' => :'new_item_end',
    :'new_item_start' => :'new_item_start',
    :'view_url' => :'view_url'
  }
end