Class: TencentCloud::Lcic::V20220817::BatchDeleteRecordResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::BatchDeleteRecordResponse
- Defined in:
- lib/v20220817/models.rb
Overview
BatchDeleteRecord返回参数结构体
Instance Attribute Summary collapse
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RoomIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(roomids = nil, requestid = nil) ⇒ BatchDeleteRecordResponse
constructor
A new instance of BatchDeleteRecordResponse.
Constructor Details
#initialize(roomids = nil, requestid = nil) ⇒ BatchDeleteRecordResponse
Returns a new instance of BatchDeleteRecordResponse.
408 409 410 411 |
# File 'lib/v20220817/models.rb', line 408 def initialize(roomids=nil, requestid=nil) @RoomIds = roomids @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
406 407 408 |
# File 'lib/v20220817/models.rb', line 406 def RequestId @RequestId end |
#RoomIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
406 407 408 |
# File 'lib/v20220817/models.rb', line 406 def RoomIds @RoomIds end |
Instance Method Details
#deserialize(params) ⇒ Object
413 414 415 416 |
# File 'lib/v20220817/models.rb', line 413 def deserialize(params) @RoomIds = params['RoomIds'] @RequestId = params['RequestId'] end |