# RepoTokenResponse
## Properties
**created_at** | **String** | |
**created_by** | Option<**String**> | | [optional]
**description** | Option<**String**> | | [optional]
**expires_at** | Option<**String**> | | [optional]
**id** | [**uuid::Uuid**](uuid::Uuid.md) | |
**is_expired** | **bool** | |
**is_revoked** | **bool** | |
**last_used_at** | Option<**String**> | | [optional]
**name** | **String** | |
**scopes** | **Vec<String>** | |
**token_prefix** | **String** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)