gitee.com/openeuler/go-gitee@v0.0.0-20220530104019-3af895bc380c/gitee/model_user_notification_count.go (about)

     1  /*
     2   * 码云 Open API
     3   *
     4   * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
     5   *
     6   * API version: 5.3.2
     7   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     8   */
     9  
    10  package gitee
    11  
    12  // 获取授权用户的通知数
    13  type UserNotificationCount struct {
    14  	// 通知总数
    15  	TotalCount int32 `json:"total_count,omitempty"`
    16  	// 通知数量
    17  	NotificationCount int32 `json:"notification_count,omitempty"`
    18  	// 私信数量
    19  	MessageCount int32 `json:"message_count,omitempty"`
    20  }