You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
709 B

1 year ago
  1. # IO.Swagger.Model.AddMessgeRequest
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **CircleId** | **string** | CircleId |
  6. **TopicId** | **string** | TopicId |
  7. **MessageType** | **int?** | MessageType |
  8. **MessageSubType** | **int?** | MessageSubType |
  9. **Message** | **string** | Message |
  10. **Context** | **string** | Context |
  11. **ObjectPath** | **string** | ObjectPath |
  12. **Base64Data** | **string** | Base64Data |
  13. **AdditionalJson** | **string** | AdditionalJson | [optional]
  14. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)