client/model/usercontrollergetusergamearchiveforms.go (6 lines of code) (raw):
// Package client
/*
* YuanJing OpenAPI SDK for Go
*
*
*/
package model
type UsercontrollerGetUserGameArchiveForms struct {
// 用户id
AccountId string `json:"accountId"`
// 游戏Id
GameId string `json:"gameId"`
// 项目ID
ProjectId string `json:"projectId"`
}