Class: TencentCloud::Ckafka::V20190819::DescribeTopicSyncReplicaRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::DescribeTopicSyncReplicaRequest
- Defined in:
- lib/v20190819/models.rb
Overview
DescribeTopicSyncReplica请求参数结构体
Instance Attribute Summary collapse
- #InstanceId ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #OutOfSyncReplicaOnly ⇒ Object
- #TopicName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, topicname = nil, offset = nil, limit = nil, outofsyncreplicaonly = nil) ⇒ DescribeTopicSyncReplicaRequest
constructor
A new instance of DescribeTopicSyncReplicaRequest.
Constructor Details
#initialize(instanceid = nil, topicname = nil, offset = nil, limit = nil, outofsyncreplicaonly = nil) ⇒ DescribeTopicSyncReplicaRequest
Returns a new instance of DescribeTopicSyncReplicaRequest.
6117 6118 6119 6120 6121 6122 6123 |
# File 'lib/v20190819/models.rb', line 6117 def initialize(instanceid=nil, topicname=nil, offset=nil, limit=nil, outofsyncreplicaonly=nil) @InstanceId = instanceid @TopicName = topicname @Offset = offset @Limit = limit @OutOfSyncReplicaOnly = outofsyncreplicaonly end |
Instance Attribute Details
#InstanceId ⇒ Object
6115 6116 6117 |
# File 'lib/v20190819/models.rb', line 6115 def InstanceId @InstanceId end |
#Limit ⇒ Object
6115 6116 6117 |
# File 'lib/v20190819/models.rb', line 6115 def Limit @Limit end |
#Offset ⇒ Object
6115 6116 6117 |
# File 'lib/v20190819/models.rb', line 6115 def Offset @Offset end |
#OutOfSyncReplicaOnly ⇒ Object
6115 6116 6117 |
# File 'lib/v20190819/models.rb', line 6115 def OutOfSyncReplicaOnly @OutOfSyncReplicaOnly end |
#TopicName ⇒ Object
6115 6116 6117 |
# File 'lib/v20190819/models.rb', line 6115 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
6125 6126 6127 6128 6129 6130 6131 |
# File 'lib/v20190819/models.rb', line 6125 def deserialize(params) @InstanceId = params['InstanceId'] @TopicName = params['TopicName'] @Offset = params['Offset'] @Limit = params['Limit'] @OutOfSyncReplicaOnly = params['OutOfSyncReplicaOnly'] end |