Class: TencentCloud::Trocket::V20230308::RemoveMigratingTopicRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trocket::V20230308::RemoveMigratingTopicRequest
- Defined in:
- lib/v20230308/models.rb
Overview
RemoveMigratingTopic请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, topicname = nil, namespace = nil) ⇒ RemoveMigratingTopicRequest
constructor
A new instance of RemoveMigratingTopicRequest.
Constructor Details
#initialize(taskid = nil, topicname = nil, namespace = nil) ⇒ RemoveMigratingTopicRequest
Returns a new instance of RemoveMigratingTopicRequest.
5652 5653 5654 5655 5656 |
# File 'lib/v20230308/models.rb', line 5652 def initialize(taskid=nil, topicname=nil, namespace=nil) @TaskId = taskid @TopicName = topicname @Namespace = namespace end |
Instance Attribute Details
#Namespace ⇒ Object
5650 5651 5652 |
# File 'lib/v20230308/models.rb', line 5650 def Namespace @Namespace end |
#TaskId ⇒ Object
5650 5651 5652 |
# File 'lib/v20230308/models.rb', line 5650 def TaskId @TaskId end |
#TopicName ⇒ Object
5650 5651 5652 |
# File 'lib/v20230308/models.rb', line 5650 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
5658 5659 5660 5661 5662 |
# File 'lib/v20230308/models.rb', line 5658 def deserialize(params) @TaskId = params['TaskId'] @TopicName = params['TopicName'] @Namespace = params['Namespace'] end |