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.

14 lines
647 B

1 year ago
  1. # CircleSDK.Model.ServiceStatusReply
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **Status** | [**ReturnStatus**](ReturnStatus.md) | | [optional]
  6. **UptimeInSeconds** | **int?** | UptimeInSeconds | [optional]
  7. **AppVersion** | **string** | AppVersion | [optional]
  8. **BuildVersion** | **string** | BuildVersion | [optional]
  9. **HasCoT** | **bool?** | HasCoT | [optional]
  10. **OpenCoT** | **int?** | OpenCoT | [optional]
  11. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)