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

// Package client /* * YuanJing OpenAPI SDK for Go * * */ package model type LiveStopGameLiveResultModel struct { // 推流结果 Data bool `json:"data,omitempty"` }