client/model/consoleadmincreategameresultmodel.go (4 lines of code) (raw):

// Package client /* * YuanJing OpenAPI SDK for Go * * */ package model type ConsoleAdminCreateGameResultModel struct { // 游戏id GameId string `json:"gameId,omitempty"` }