Class: TencentCloud::Ckafka::V20190819::BatchModifyTopicResultDTO
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::BatchModifyTopicResultDTO
- Defined in:
- lib/v20190819/models.rb
Overview
批量修改topic属性结果
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, topicname = nil, returncode = nil, message = nil) ⇒ BatchModifyTopicResultDTO
constructor
A new instance of BatchModifyTopicResultDTO.
Constructor Details
#initialize(instanceid = nil, topicname = nil, returncode = nil, message = nil) ⇒ BatchModifyTopicResultDTO
Returns a new instance of BatchModifyTopicResultDTO.
577 578 579 580 581 582 |
# File 'lib/v20190819/models.rb', line 577 def initialize(instanceid=nil, topicname=nil, returncode=nil, =nil) @InstanceId = instanceid @TopicName = topicname @ReturnCode = returncode @Message = end |
Instance Attribute Details
#InstanceId ⇒ Object
575 576 577 |
# File 'lib/v20190819/models.rb', line 575 def InstanceId @InstanceId end |
#Message ⇒ Object
575 576 577 |
# File 'lib/v20190819/models.rb', line 575 def Message @Message end |
#ReturnCode ⇒ Object
575 576 577 |
# File 'lib/v20190819/models.rb', line 575 def ReturnCode @ReturnCode end |
#TopicName ⇒ Object
575 576 577 |
# File 'lib/v20190819/models.rb', line 575 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
584 585 586 587 588 589 |
# File 'lib/v20190819/models.rb', line 584 def deserialize(params) @InstanceId = params['InstanceId'] @TopicName = params['TopicName'] @ReturnCode = params['ReturnCode'] @Message = params['Message'] end |