/* * 码云 Open API * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * API version: 5.3.2 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) */ package gitee // 列出授权用户的所有通知 type UserNotificationList struct { TotalCount int32 `json:"total_count,omitempty"` // 通知列表 List []UserNotification `json:"list,omitempty"` }