Class: TencentCloud::Lcic::V20220817::BatchCreateRoomResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::BatchCreateRoomResponse
- Defined in:
- lib/v20220817/models.rb
Overview
BatchCreateRoom返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(roomids = nil, requestid = nil) ⇒ BatchCreateRoomResponse
constructor
A new instance of BatchCreateRoomResponse.
Constructor Details
#initialize(roomids = nil, requestid = nil) ⇒ BatchCreateRoomResponse
Returns a new instance of BatchCreateRoomResponse.
327 328 329 330 |
# File 'lib/v20220817/models.rb', line 327 def initialize(roomids=nil, requestid=nil) @RoomIds = roomids @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
325 326 327 |
# File 'lib/v20220817/models.rb', line 325 def RequestId @RequestId end |
#RoomIds ⇒ Object
325 326 327 |
# File 'lib/v20220817/models.rb', line 325 def RoomIds @RoomIds end |
Instance Method Details
#deserialize(params) ⇒ Object
332 333 334 335 |
# File 'lib/v20220817/models.rb', line 332 def deserialize(params) @RoomIds = params['RoomIds'] @RequestId = params['RequestId'] end |