diff options
Diffstat (limited to 'jb-ui/src/api_fsb/docs/SubscribeMessage.md')
| -rw-r--r-- | jb-ui/src/api_fsb/docs/SubscribeMessage.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/jb-ui/src/api_fsb/docs/SubscribeMessage.md b/jb-ui/src/api_fsb/docs/SubscribeMessage.md new file mode 100644 index 0000000..42ba908 --- /dev/null +++ b/jb-ui/src/api_fsb/docs/SubscribeMessage.md @@ -0,0 +1,22 @@ +# SubscribeMessage + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**kind** | **string** | | [optional] [default to KindEnum_Subscribe] +**product_id** | **string** | | [default to undefined] + +## Example + +```typescript +import { SubscribeMessage } from './api'; + +const instance: SubscribeMessage = { + kind, + product_id, +}; +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
