some library updates with swagger api

Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
shivam
2021-03-01 18:26:14 +05:30
parent c3ac261e72
commit a086e5c290
1239 changed files with 136953 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# FirmwareTrackRecord
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**record_id** | **int** | | [optional]
**track_name** | **str** | | [optional]
**maintenance_window** | [**FirmwareScheduleSetting**](FirmwareScheduleSetting.md) | | [optional]
**created_timestamp** | **int** | | [optional]
**last_modified_timestamp** | **int** | must be provided for update operation, update will be rejected if provided value does not match the one currently stored in the database | [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)