Class: TencentCloud::Trocket::V20230308::RollbackMigratingTopicStageRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trocket::V20230308::RollbackMigratingTopicStageRequest
- Defined in:
- lib/v20230308/models.rb
Overview
RollbackMigratingTopicStage请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, topicname = nil, namespace = nil) ⇒ RollbackMigratingTopicStageRequest
constructor
A new instance of RollbackMigratingTopicStageRequest.
Constructor Details
#initialize(taskid = nil, topicname = nil, namespace = nil) ⇒ RollbackMigratingTopicStageRequest
Returns a new instance of RollbackMigratingTopicStageRequest.
5841 5842 5843 5844 5845 |
# File 'lib/v20230308/models.rb', line 5841 def initialize(taskid=nil, topicname=nil, namespace=nil) @TaskId = taskid @TopicName = topicname @Namespace = namespace end |
Instance Attribute Details
#Namespace ⇒ Object
5839 5840 5841 |
# File 'lib/v20230308/models.rb', line 5839 def Namespace @Namespace end |
#TaskId ⇒ Object
5839 5840 5841 |
# File 'lib/v20230308/models.rb', line 5839 def TaskId @TaskId end |
#TopicName ⇒ Object
5839 5840 5841 |
# File 'lib/v20230308/models.rb', line 5839 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
5847 5848 5849 5850 5851 |
# File 'lib/v20230308/models.rb', line 5847 def deserialize(params) @TaskId = params['TaskId'] @TopicName = params['TopicName'] @Namespace = params['Namespace'] end |