Class: TencentCloud::Trocket::V20230308::DeleteTopicResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trocket::V20230308::DeleteTopicResponse
- Defined in:
- lib/v20230308/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.
1139 1140 1141 |
# File 'lib/v20230308/models.rb', line 1139 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1137 1138 1139 |
# File 'lib/v20230308/models.rb', line 1137 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1143 1144 1145 |
# File 'lib/v20230308/models.rb', line 1143 def deserialize(params) @RequestId = params['RequestId'] end |