Name | Type | Description | Notes |
---|---|---|---|
id | int | ID | [optional] |
userId | int | 用户ID | [optional] |
user | \GiteeEnterprise\Model\UserWithRemark | 操作用户 | [optional] |
ip | string | ip | [optional] |
targetId | int | 目标操作对象ID | [optional] |
createdAt | string | 创建时间 | [optional] |
updatedAt | string | 更新时间 | [optional] |
title | string | 操作对象名称 | [optional] |
type | string | 操作对象类型 | [optional] |
operating | string | 操作 | [optional] |
targetProject | \GiteeEnterprise\Model\Project | 操作对象:仓库 | [optional] |
targetProjectName | string | 仓库名称 | [optional] |
targetDeployKeyTitle | string | 公钥名称 | [optional] |
targetDeployKey | \GiteeEnterprise\Model\DeployKey | 操作对象:部署公钥 | [optional] |