blob: a8a35447586adbd43d19f0aca1a139bbacd6b4b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# ProductParentStub
## Properties
| Name | Type | Description | Notes |
| --------------- | ---------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ---------- |
| **description** | Option\<**String**> | A description. | [optional] |
| **name** | **String** | The name of the product parent |
| **parent** | Option\<[**models::ProductParentId**](ProductParentId.md)> | A parent of this product parent, otherwise the parent will be the root of the parent tree. | [optional] |
[[Back to Model list]](../README.md#documentation-for-models)
[[Back to API list]](../README.md#documentation-for-api-endpoints)
[[Back to README]](../README.md)
|