class TencentCloud::Trtc::V20190722::DescribeRealtimeNetworkRequest
DescribeRealtimeNetwork请求参数结构体
Attributes
@param StartTime: 查询开始时间,24小时内,本地unix时间戳(1588031999s) @type StartTime: Integer @param EndTime: 查询结束时间,本地unix时间戳(1588031999s) @type EndTime: Integer @param SdkAppId: 用户sdkappid @type SdkAppId: String @param DataType: 需查询的数据类型 sendLossRateRaw:上行丢包率 recvLossRateRaw:下行丢包率 @type DataType: Array
@param StartTime: 查询开始时间,24小时内,本地unix时间戳(1588031999s) @type StartTime: Integer @param EndTime: 查询结束时间,本地unix时间戳(1588031999s) @type EndTime: Integer @param SdkAppId: 用户sdkappid @type SdkAppId: String @param DataType: 需查询的数据类型 sendLossRateRaw:上行丢包率 recvLossRateRaw:下行丢包率 @type DataType: Array
@param StartTime: 查询开始时间,24小时内,本地unix时间戳(1588031999s) @type StartTime: Integer @param EndTime: 查询结束时间,本地unix时间戳(1588031999s) @type EndTime: Integer @param SdkAppId: 用户sdkappid @type SdkAppId: String @param DataType: 需查询的数据类型 sendLossRateRaw:上行丢包率 recvLossRateRaw:下行丢包率 @type DataType: Array
@param StartTime: 查询开始时间,24小时内,本地unix时间戳(1588031999s) @type StartTime: Integer @param EndTime: 查询结束时间,本地unix时间戳(1588031999s) @type EndTime: Integer @param SdkAppId: 用户sdkappid @type SdkAppId: String @param DataType: 需查询的数据类型 sendLossRateRaw:上行丢包率 recvLossRateRaw:下行丢包率 @type DataType: Array
Public Class Methods
# File lib/v20190722/models.rb, line 593 def initialize(starttime=nil, endtime=nil, sdkappid=nil, datatype=nil) @StartTime = starttime @EndTime = endtime @SdkAppId = sdkappid @DataType = datatype end
Public Instance Methods
# File lib/v20190722/models.rb, line 600 def deserialize(params) @StartTime = params['StartTime'] @EndTime = params['EndTime'] @SdkAppId = params['SdkAppId'] @DataType = params['DataType'] end