client/model/usercontrollerrestoregamearchiveforms.go (6 lines of code) (raw):

// Package client /* * YuanJing OpenAPI SDK for Go * * */ package model type UsercontrollerRestoreGameArchiveForms struct { // 用户id AccountId string `json:"accountId"` // 游戏Id GameId string `json:"gameId"` // 存档ID ArchiveId string `json:"archiveId"` }