docs/ItemKitDefinition.md in ultracart_api-3.10.220 vs docs/ItemKitDefinition.md in ultracart_api-4.0.32.rc

- old
+ new

@@ -1,8 +1,18 @@ -# UltracartClient::ItemKitDefinition - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**components** | [**Array<ItemKitComponent>**](ItemKitComponent.md) | Components | [optional] - - +# UltracartClient::ItemKitDefinition + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **components** | [**Array<ItemKitComponent>**](ItemKitComponent.md) | Components | [optional] | + +## Example + +```ruby +require 'ultracart_api' + +instance = UltracartClient::ItemKitDefinition.new( + components: null +) +``` +