Class: TencentCloud::Lcic::V20220817::UnbindDocumentFromRoomResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::UnbindDocumentFromRoomResponse
- Defined in:
- lib/v20220817/models.rb
Overview
UnbindDocumentFromRoom返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UnbindDocumentFromRoomResponse
constructor
A new instance of UnbindDocumentFromRoomResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UnbindDocumentFromRoomResponse
Returns a new instance of UnbindDocumentFromRoomResponse.
5333 5334 5335 |
# File 'lib/v20220817/models.rb', line 5333 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5331 5332 5333 |
# File 'lib/v20220817/models.rb', line 5331 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5337 5338 5339 |
# File 'lib/v20220817/models.rb', line 5337 def deserialize(params) @RequestId = params['RequestId'] end |