class TencentCloud::Trtc::V20190722::DescribeAbnormalEventRequest
DescribeAbnormalEvent请求参数结构体
Attributes
@param SdkAppId: 用户SDKAppID,查询SDKAppID下任意20条异常体验事件(可能不同房间) @type SdkAppId: String @param StartTime: 查询开始时间,本地unix时间戳(1588031999s) @type StartTime: Integer @param EndTime: 查询结束时间,本地unix时间戳(1588031999s) @type EndTime: Integer @param RoomId: 房间号,查询房间内任意20条以内异常体验事件 @type RoomId: String
@param SdkAppId: 用户SDKAppID,查询SDKAppID下任意20条异常体验事件(可能不同房间) @type SdkAppId: String @param StartTime: 查询开始时间,本地unix时间戳(1588031999s) @type StartTime: Integer @param EndTime: 查询结束时间,本地unix时间戳(1588031999s) @type EndTime: Integer @param RoomId: 房间号,查询房间内任意20条以内异常体验事件 @type RoomId: String
@param SdkAppId: 用户SDKAppID,查询SDKAppID下任意20条异常体验事件(可能不同房间) @type SdkAppId: String @param StartTime: 查询开始时间,本地unix时间戳(1588031999s) @type StartTime: Integer @param EndTime: 查询结束时间,本地unix时间戳(1588031999s) @type EndTime: Integer @param RoomId: 房间号,查询房间内任意20条以内异常体验事件 @type RoomId: String
@param SdkAppId: 用户SDKAppID,查询SDKAppID下任意20条异常体验事件(可能不同房间) @type SdkAppId: String @param StartTime: 查询开始时间,本地unix时间戳(1588031999s) @type StartTime: Integer @param EndTime: 查询结束时间,本地unix时间戳(1588031999s) @type EndTime: Integer @param RoomId: 房间号,查询房间内任意20条以内异常体验事件 @type RoomId: String
Public Class Methods
# File lib/v20190722/models.rb, line 257 def initialize(sdkappid=nil, starttime=nil, endtime=nil, roomid=nil) @SdkAppId = sdkappid @StartTime = starttime @EndTime = endtime @RoomId = roomid end
Public Instance Methods
# File lib/v20190722/models.rb, line 264 def deserialize(params) @SdkAppId = params['SdkAppId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @RoomId = params['RoomId'] end