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

// Package client /* * YuanJing OpenAPI SDK for Go * * */ package model type MultiplayLeaveResultModel struct { // 当前联机数据版本号 DataVer string `json:"dataVer,omitempty"` }