From a479685602347b473d74f99f492e5e85d7afde94 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 28 Nov 2025 16:35:35 +0100 Subject: chore(crates/rocie-client): Re-generate --- crates/rocie-client/docs/ProductParent.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 crates/rocie-client/docs/ProductParent.md (limited to 'crates/rocie-client/docs/ProductParent.md') diff --git a/crates/rocie-client/docs/ProductParent.md b/crates/rocie-client/docs/ProductParent.md new file mode 100644 index 0000000..a63384b --- /dev/null +++ b/crates/rocie-client/docs/ProductParent.md @@ -0,0 +1,14 @@ +# ProductParent + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**description** | Option<**String**> | An optional description of this product parent. | [optional] +**id** | [**models::ProductParentId**](ProductParentId.md) | The id of the product parent. | +**name** | **String** | The name of the product parent. This should be globally unique, to make searching easier for the user. | +**parent** | Option<[**models::ProductParentId**](ProductParentId.md)> | The optional id of the parent of this product parent. This must not form a cycle. | [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) + + -- cgit 1.4.1