Class: TencentCloud::Trocket::V20230308::DescribeMigratingTopicStatsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trocket::V20230308::DescribeMigratingTopicStatsResponse
- Defined in:
- lib/v20230308/models.rb
Overview
DescribeMigratingTopicStats返回参数结构体
Instance Attribute Summary collapse
- #RequestId ⇒ Object
- #SourceClusterConsumerCount ⇒ Object
- #SourceClusterConsumerGroups ⇒ Object
- #TargetClusterConsumerCount ⇒ Object
- #TargetClusterConsumerGroups ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sourceclusterconsumercount = nil, targetclusterconsumercount = nil, sourceclusterconsumergroups = nil, targetclusterconsumergroups = nil, requestid = nil) ⇒ DescribeMigratingTopicStatsResponse
constructor
A new instance of DescribeMigratingTopicStatsResponse.
Constructor Details
#initialize(sourceclusterconsumercount = nil, targetclusterconsumercount = nil, sourceclusterconsumergroups = nil, targetclusterconsumergroups = nil, requestid = nil) ⇒ DescribeMigratingTopicStatsResponse
Returns a new instance of DescribeMigratingTopicStatsResponse.
3105 3106 3107 3108 3109 3110 3111 |
# File 'lib/v20230308/models.rb', line 3105 def initialize(sourceclusterconsumercount=nil, targetclusterconsumercount=nil, sourceclusterconsumergroups=nil, targetclusterconsumergroups=nil, requestid=nil) @SourceClusterConsumerCount = sourceclusterconsumercount @TargetClusterConsumerCount = targetclusterconsumercount @SourceClusterConsumerGroups = sourceclusterconsumergroups @TargetClusterConsumerGroups = targetclusterconsumergroups @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3103 3104 3105 |
# File 'lib/v20230308/models.rb', line 3103 def RequestId @RequestId end |
#SourceClusterConsumerCount ⇒ Object
3103 3104 3105 |
# File 'lib/v20230308/models.rb', line 3103 def SourceClusterConsumerCount @SourceClusterConsumerCount end |
#SourceClusterConsumerGroups ⇒ Object
3103 3104 3105 |
# File 'lib/v20230308/models.rb', line 3103 def SourceClusterConsumerGroups @SourceClusterConsumerGroups end |
#TargetClusterConsumerCount ⇒ Object
3103 3104 3105 |
# File 'lib/v20230308/models.rb', line 3103 def TargetClusterConsumerCount @TargetClusterConsumerCount end |
#TargetClusterConsumerGroups ⇒ Object
3103 3104 3105 |
# File 'lib/v20230308/models.rb', line 3103 def TargetClusterConsumerGroups @TargetClusterConsumerGroups end |
Instance Method Details
#deserialize(params) ⇒ Object
3113 3114 3115 3116 3117 3118 3119 |
# File 'lib/v20230308/models.rb', line 3113 def deserialize(params) @SourceClusterConsumerCount = params['SourceClusterConsumerCount'] @TargetClusterConsumerCount = params['TargetClusterConsumerCount'] @SourceClusterConsumerGroups = params['SourceClusterConsumerGroups'] @TargetClusterConsumerGroups = params['TargetClusterConsumerGroups'] @RequestId = params['RequestId'] end |