Method: UltracartClient::ItemContent.openapi_types
- Defined in:
- lib/ultracart_api/models/item_content.rb
.openapi_types ⇒ Object
Attribute type mapping.
94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 |
# File 'lib/ultracart_api/models/item_content.rb', line 94 def self.openapi_types { :'assignments' => :'Array<ItemContentAssignment>', :'attributes' => :'Array<ItemContentAttribute>', :'custom_thank_you_url' => :'String', :'exclude_from_search' => :'Boolean', :'exclude_from_sitemap' => :'Boolean', :'exclude_from_top_sellers' => :'Boolean', :'extended_description' => :'String', :'extended_description_translated_text_instance_oid' => :'Integer', :'meta_description' => :'String', :'meta_keywords' => :'String', :'meta_title' => :'String', :'multimedia' => :'Array<ItemContentMultimedia>', :'new_item' => :'Boolean', :'new_item_end' => :'String', :'new_item_start' => :'String', :'view_url' => :'String' } end |