blob: c15118eaf18f8983186a91df152460b98aa8d75e (
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)
|