Class: TencentCloud::Trocket::V20230308::DescribeMigratingTopicStatsRequest

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

Overview

DescribeMigratingTopicStats请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(taskid = nil, topicname = nil, namespace = nil) ⇒ DescribeMigratingTopicStatsRequest

Returns a new instance of DescribeMigratingTopicStatsRequest.



3077
3078
3079
3080
3081
# File 'lib/v20230308/models.rb', line 3077

def initialize(taskid=nil, topicname=nil, namespace=nil)
  @TaskId = taskid
  @TopicName = topicname
  @Namespace = namespace
end

Instance Attribute Details

#NamespaceObject

Parameters:



3075
3076
3077
# File 'lib/v20230308/models.rb', line 3075

def Namespace
  @Namespace
end

#TaskIdObject

Parameters:



3075
3076
3077
# File 'lib/v20230308/models.rb', line 3075

def TaskId
  @TaskId
end

#TopicNameObject

Parameters:



3075
3076
3077
# File 'lib/v20230308/models.rb', line 3075

def TopicName
  @TopicName
end

Instance Method Details

#deserialize(params) ⇒ Object



3083
3084
3085
3086
3087
# File 'lib/v20230308/models.rb', line 3083

def deserialize(params)
  @TaskId = params['TaskId']
  @TopicName = params['TopicName']
  @Namespace = params['Namespace']
end