client/model/usercontollergetgametrialsurplusdurationresultmodel.go (4 lines of code) (raw):
// Package client
/*
* YuanJing OpenAPI SDK for Go
*
*
*/
package model
type UsercontollerGetGameTrialSurplusDurationResultModel struct {
// 命中的策略列表
TrialPolicyResponses []UsercontollerGetGameTrialSurplusDurationResultModelTrialPolicyResponses `json:"trialPolicyResponses,omitempty"`
}