client/model/consoleadmincreategameforms.go (5 lines of code) (raw):
// Package client
/*
* YuanJing OpenAPI SDK for Go
*
*
*/
package model
type ConsoleAdminCreateGameForms struct {
// 游戏名称
GameName string `json:"gameName"`
// 平台类型
PlatformType int64 `json:"platformType"`
}