Class: TencentCloud::Trocket::V20230308::RemoveMigratingTopicRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20230308/models.rb

Overview

RemoveMigratingTopic请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#NamespaceObject

Parameters:



5650
5651
5652
# File 'lib/v20230308/models.rb', line 5650

def Namespace
  @Namespace
end

#TaskIdObject

Parameters:



5650
5651
5652
# File 'lib/v20230308/models.rb', line 5650

def TaskId
  @TaskId
end

#TopicNameObject

Parameters:



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