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.
5301 5302 5303 |
# File 'lib/v20220817/models.rb', line 5301 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5299 5300 5301 |
# File 'lib/v20220817/models.rb', line 5299 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5305 5306 5307 |
# File 'lib/v20220817/models.rb', line 5305 def deserialize(params) @RequestId = params['RequestId'] end |