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

// Package client /* * YuanJing OpenAPI SDK for Go * * */ package model type StopPreopenContainerForms struct { // 项目应用AK AppKey string `json:"appKey"` // 元境平台游戏ID GameId string `json:"gameId"` // 分批数 NumberOfBatches *int32 `json:"numberOfBatches,omitempty"` }