Class: TencentCloud::Trocket::V20230308::DeleteMQTTTopicResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trocket::V20230308::DeleteMQTTTopicResponse
- Defined in:
- lib/v20230308/models.rb
Overview
DeleteMQTTTopic返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteMQTTTopicResponse
constructor
A new instance of DeleteMQTTTopicResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteMQTTTopicResponse
Returns a new instance of DeleteMQTTTopicResponse.
999 1000 1001 |
# File 'lib/v20230308/models.rb', line 999 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
997 998 999 |
# File 'lib/v20230308/models.rb', line 997 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1003 1004 1005 |
# File 'lib/v20230308/models.rb', line 1003 def deserialize(params) @RequestId = params['RequestId'] end |