class TencentCloud::Trtc::V20190722::DescribeTRTCMarketQualityDataRequest
DescribeTRTCMarketQualityData请求参数结构体
def deserialize(params)
def deserialize(params) @SdkAppId = params['SdkAppId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Period = params['Period'] end
def initialize(sdkappid=nil, starttime=nil, endtime=nil, period=nil)
def initialize(sdkappid=nil, starttime=nil, endtime=nil, period=nil) @SdkAppId = sdkappid @StartTime = starttime @EndTime = endtime @Period = period end