Class: TencentCloud::Trocket::V20230308::DescribeMigratingTopicStatsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trocket::V20230308::DescribeMigratingTopicStatsRequest
- Defined in:
- lib/v20230308/models.rb
Overview
DescribeMigratingTopicStats请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, topicname = nil, namespace = nil) ⇒ DescribeMigratingTopicStatsRequest
constructor
A new instance of DescribeMigratingTopicStatsRequest.
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
#Namespace ⇒ Object
3075 3076 3077 |
# File 'lib/v20230308/models.rb', line 3075 def Namespace @Namespace end |
#TaskId ⇒ Object
3075 3076 3077 |
# File 'lib/v20230308/models.rb', line 3075 def TaskId @TaskId end |
#TopicName ⇒ Object
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 |