Class: TencentCloud::Tdmq::V20200217::ResetRocketMQConsumerOffSetRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::ResetRocketMQConsumerOffSetRequest
- Defined in:
- lib/v20200217/models.rb
Overview
ResetRocketMQConsumerOffSet请求参数结构体
Instance Attribute Summary collapse
- #ClusterId ⇒ Object
- #GroupId ⇒ Object
- #NamespaceId ⇒ Object
- #ResetTimestamp ⇒ Object
- #Topic ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, namespaceid = nil, groupid = nil, topic = nil, type = nil, resettimestamp = nil) ⇒ ResetRocketMQConsumerOffSetRequest
constructor
A new instance of ResetRocketMQConsumerOffSetRequest.
Constructor Details
#initialize(clusterid = nil, namespaceid = nil, groupid = nil, topic = nil, type = nil, resettimestamp = nil) ⇒ ResetRocketMQConsumerOffSetRequest
Returns a new instance of ResetRocketMQConsumerOffSetRequest.
11244 11245 11246 11247 11248 11249 11250 11251 |
# File 'lib/v20200217/models.rb', line 11244 def initialize(clusterid=nil, namespaceid=nil, groupid=nil, topic=nil, type=nil, =nil) @ClusterId = clusterid @NamespaceId = namespaceid @GroupId = groupid @Topic = topic @Type = type @ResetTimestamp = end |
Instance Attribute Details
#ClusterId ⇒ Object
11242 11243 11244 |
# File 'lib/v20200217/models.rb', line 11242 def ClusterId @ClusterId end |
#GroupId ⇒ Object
11242 11243 11244 |
# File 'lib/v20200217/models.rb', line 11242 def GroupId @GroupId end |
#NamespaceId ⇒ Object
11242 11243 11244 |
# File 'lib/v20200217/models.rb', line 11242 def NamespaceId @NamespaceId end |
#ResetTimestamp ⇒ Object
11242 11243 11244 |
# File 'lib/v20200217/models.rb', line 11242 def ResetTimestamp @ResetTimestamp end |
#Topic ⇒ Object
11242 11243 11244 |
# File 'lib/v20200217/models.rb', line 11242 def Topic @Topic end |
#Type ⇒ Object
11242 11243 11244 |
# File 'lib/v20200217/models.rb', line 11242 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
11253 11254 11255 11256 11257 11258 11259 11260 |
# File 'lib/v20200217/models.rb', line 11253 def deserialize(params) @ClusterId = params['ClusterId'] @NamespaceId = params['NamespaceId'] @GroupId = params['GroupId'] @Topic = params['Topic'] @Type = params['Type'] @ResetTimestamp = params['ResetTimestamp'] end |