Class: TencentCloud::Lcic::V20220817::BatchDeleteRecordRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::BatchDeleteRecordRequest
- Defined in:
- lib/v20220817/models.rb
Overview
BatchDeleteRecord请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(roomids = nil, sdkappid = nil) ⇒ BatchDeleteRecordRequest
constructor
A new instance of BatchDeleteRecordRequest.
Constructor Details
#initialize(roomids = nil, sdkappid = nil) ⇒ BatchDeleteRecordRequest
Returns a new instance of BatchDeleteRecordRequest.
387 388 389 390 |
# File 'lib/v20220817/models.rb', line 387 def initialize(roomids=nil, sdkappid=nil) @RoomIds = roomids @SdkAppId = sdkappid end |
Instance Attribute Details
#RoomIds ⇒ Object
385 386 387 |
# File 'lib/v20220817/models.rb', line 385 def RoomIds @RoomIds end |
#SdkAppId ⇒ Object
385 386 387 |
# File 'lib/v20220817/models.rb', line 385 def SdkAppId @SdkAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
392 393 394 395 |
# File 'lib/v20220817/models.rb', line 392 def deserialize(params) @RoomIds = params['RoomIds'] @SdkAppId = params['SdkAppId'] end |