Class: TencentCloud::Tdmq::V20200217::ModifyTopicResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::ModifyTopicResponse
- Defined in:
- lib/v20200217/models.rb
Overview
ModifyTopic返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(partitions = nil, remark = nil, requestid = nil) ⇒ ModifyTopicResponse
constructor
A new instance of ModifyTopicResponse.
Constructor Details
#initialize(partitions = nil, remark = nil, requestid = nil) ⇒ ModifyTopicResponse
Returns a new instance of ModifyTopicResponse.
9577 9578 9579 9580 9581 |
# File 'lib/v20200217/models.rb', line 9577 def initialize(partitions=nil, remark=nil, requestid=nil) @Partitions = partitions @Remark = remark @RequestId = requestid end |
Instance Attribute Details
#Partitions ⇒ Object
9575 9576 9577 |
# File 'lib/v20200217/models.rb', line 9575 def Partitions @Partitions end |
#Remark ⇒ Object
9575 9576 9577 |
# File 'lib/v20200217/models.rb', line 9575 def Remark @Remark end |
#RequestId ⇒ Object
9575 9576 9577 |
# File 'lib/v20200217/models.rb', line 9575 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
9583 9584 9585 9586 9587 |
# File 'lib/v20200217/models.rb', line 9583 def deserialize(params) @Partitions = params['Partitions'] @Remark = params['Remark'] @RequestId = params['RequestId'] end |