# RobotCreate
## Properties
**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]
**disable** | Option<**bool**> | The disable status of the robot | [optional]
**duration** | Option<**i64**> | The duration of the robot in days, duration must be either -1(Never) or a positive integer | [optional]
**permissions** | Option<[**Vec<models::RobotPermission>**](RobotPermission.md)> | | [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)