Class: TencentCloud::Tdmq::V20200217::DescribeRocketMQTopicsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DescribeRocketMQTopicsRequest
- Defined in:
- lib/v20200217/models.rb
Overview
DescribeRocketMQTopics请求参数结构体
Instance Attribute Summary collapse
- #ClusterId ⇒ Object
- #FilterGroup ⇒ Object
- #FilterName ⇒ Object
- #FilterType ⇒ Object
- #Limit ⇒ Object
- #NamespaceId ⇒ Object
- #Offset ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(offset = nil, limit = nil, clusterid = nil, namespaceid = nil, filtertype = nil, filtername = nil, filtergroup = nil) ⇒ DescribeRocketMQTopicsRequest
constructor
A new instance of DescribeRocketMQTopicsRequest.
Constructor Details
#initialize(offset = nil, limit = nil, clusterid = nil, namespaceid = nil, filtertype = nil, filtername = nil, filtergroup = nil) ⇒ DescribeRocketMQTopicsRequest
Returns a new instance of DescribeRocketMQTopicsRequest.
7437 7438 7439 7440 7441 7442 7443 7444 7445 |
# File 'lib/v20200217/models.rb', line 7437 def initialize(offset=nil, limit=nil, clusterid=nil, namespaceid=nil, filtertype=nil, filtername=nil, filtergroup=nil) @Offset = offset @Limit = limit @ClusterId = clusterid @NamespaceId = namespaceid @FilterType = filtertype @FilterName = filtername @FilterGroup = filtergroup end |
Instance Attribute Details
#ClusterId ⇒ Object
7435 7436 7437 |
# File 'lib/v20200217/models.rb', line 7435 def ClusterId @ClusterId end |
#FilterGroup ⇒ Object
7435 7436 7437 |
# File 'lib/v20200217/models.rb', line 7435 def FilterGroup @FilterGroup end |
#FilterName ⇒ Object
7435 7436 7437 |
# File 'lib/v20200217/models.rb', line 7435 def FilterName @FilterName end |
#FilterType ⇒ Object
7435 7436 7437 |
# File 'lib/v20200217/models.rb', line 7435 def FilterType @FilterType end |
#Limit ⇒ Object
7435 7436 7437 |
# File 'lib/v20200217/models.rb', line 7435 def Limit @Limit end |
#NamespaceId ⇒ Object
7435 7436 7437 |
# File 'lib/v20200217/models.rb', line 7435 def NamespaceId @NamespaceId end |
#Offset ⇒ Object
7435 7436 7437 |
# File 'lib/v20200217/models.rb', line 7435 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
7447 7448 7449 7450 7451 7452 7453 7454 7455 |
# File 'lib/v20200217/models.rb', line 7447 def deserialize(params) @Offset = params['Offset'] @Limit = params['Limit'] @ClusterId = params['ClusterId'] @NamespaceId = params['NamespaceId'] @FilterType = params['FilterType'] @FilterName = params['FilterName'] @FilterGroup = params['FilterGroup'] end |