Class: TencentCloud::Mqtt::V20240516::DeleteTopicResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mqtt::V20240516::DeleteTopicResponse
- Defined in:
- lib/v20240516/models.rb
Overview
DeleteTopic返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteTopicResponse
constructor
A new instance of DeleteTopicResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteTopicResponse
Returns a new instance of DeleteTopicResponse.
1469 1470 1471 |
# File 'lib/v20240516/models.rb', line 1469 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1467 1468 1469 |
# File 'lib/v20240516/models.rb', line 1467 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1473 1474 1475 |
# File 'lib/v20240516/models.rb', line 1473 def deserialize(params) @RequestId = params['RequestId'] end |