# Robot
## Properties
**id** | Option<**i64**> | The ID of the robot | [optional]
**name** | Option<**String**> | The name of the robot | [optional]
**description** | Option<**String**> | The description of the robot | [optional]
**secret** | Option<**String**> | The secret of the robot | [optional]
**level** | Option<**String**> | The level of the robot, project or system | [optional]
**duration** | Option<**i64**> | The duration of the robot in days, duration must be either -1(Never) or a positive integer | [optional]
**editable** | Option<**bool**> | The editable status of the robot | [optional]
**disable** | Option<**bool**> | The disable status of the robot | [optional]
**expires_at** | Option<**i64**> | The expiration date of the robot | [optional]
**permissions** | Option<[**Vec<models::RobotPermission>**](RobotPermission.md)> | | [optional]
**creator_type** | Option<**String**> | The type of the robot creator, like local(harbor_user) or robot. | [optional]
**creator_ref** | Option<**i32**> | The reference of the robot creator, like the id of harbor user. | [optional]
**creation_time** | Option<**String**> | The creation time of the robot. | [optional]
**update_time** | Option<**String**> | The update time of the robot. | [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)