Class: TencentCloud::Trocket::V20230308::TopicStageChangeResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trocket::V20230308::TopicStageChangeResult
- Defined in:
- lib/v20230308/models.rb
Overview
迁移主题修改状态后的结果
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicname = nil, success = nil, namespace = nil) ⇒ TopicStageChangeResult
constructor
A new instance of TopicStageChangeResult.
Constructor Details
#initialize(topicname = nil, success = nil, namespace = nil) ⇒ TopicStageChangeResult
Returns a new instance of TopicStageChangeResult.
6422 6423 6424 6425 6426 |
# File 'lib/v20230308/models.rb', line 6422 def initialize(topicname=nil, success=nil, namespace=nil) @TopicName = topicname @Success = success @Namespace = namespace end |
Instance Attribute Details
#Namespace ⇒ Object
6420 6421 6422 |
# File 'lib/v20230308/models.rb', line 6420 def Namespace @Namespace end |
#Success ⇒ Object
6420 6421 6422 |
# File 'lib/v20230308/models.rb', line 6420 def Success @Success end |
#TopicName ⇒ Object
6420 6421 6422 |
# File 'lib/v20230308/models.rb', line 6420 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
6428 6429 6430 6431 6432 |
# File 'lib/v20230308/models.rb', line 6428 def deserialize(params) @TopicName = params['TopicName'] @Success = params['Success'] @Namespace = params['Namespace'] end |