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

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