client/model/interactivekickoutuserresultmodel.go (4 lines of code) (raw):
// Package client
/*
* YuanJing OpenAPI SDK for Go
*
*
*/
package model
// 获取结果
type InteractiveKickOutUserResultModel struct {
// 派对Id
PlayerList []InteractiveKickOutUserResultModelPlayerList `json:"playerList,omitempty"`
}