Class: TencentCloud::Tdmq::V20200217::DescribeRocketMQTopicsByGroupRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200217/models.rb

Overview

DescribeRocketMQTopicsByGroup请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clusterid = nil, namespaceid = nil, groupid = nil, offset = nil, limit = nil) ⇒ DescribeRocketMQTopicsByGroupRequest

Returns a new instance of DescribeRocketMQTopicsByGroupRequest.



7377
7378
7379
7380
7381
7382
7383
# File 'lib/v20200217/models.rb', line 7377

def initialize(clusterid=nil, namespaceid=nil, groupid=nil, offset=nil, limit=nil)
  @ClusterId = clusterid
  @NamespaceId = namespaceid
  @GroupId = groupid
  @Offset = offset
  @Limit = limit
end

Instance Attribute Details

#ClusterIdObject

Parameters:

  • ClusterId:

    集群ID

  • NamespaceId:

    命名空间名称

  • GroupId:

    消费组名称

  • Offset:

    偏移量

  • Limit:

    限制条数



7375
7376
7377
# File 'lib/v20200217/models.rb', line 7375

def ClusterId
  @ClusterId
end

#GroupIdObject

Parameters:

  • ClusterId:

    集群ID

  • NamespaceId:

    命名空间名称

  • GroupId:

    消费组名称

  • Offset:

    偏移量

  • Limit:

    限制条数



7375
7376
7377
# File 'lib/v20200217/models.rb', line 7375

def GroupId
  @GroupId
end

#LimitObject

Parameters:

  • ClusterId:

    集群ID

  • NamespaceId:

    命名空间名称

  • GroupId:

    消费组名称

  • Offset:

    偏移量

  • Limit:

    限制条数



7375
7376
7377
# File 'lib/v20200217/models.rb', line 7375

def Limit
  @Limit
end

#NamespaceIdObject

Parameters:

  • ClusterId:

    集群ID

  • NamespaceId:

    命名空间名称

  • GroupId:

    消费组名称

  • Offset:

    偏移量

  • Limit:

    限制条数



7375
7376
7377
# File 'lib/v20200217/models.rb', line 7375

def NamespaceId
  @NamespaceId
end

#OffsetObject

Parameters:

  • ClusterId:

    集群ID

  • NamespaceId:

    命名空间名称

  • GroupId:

    消费组名称

  • Offset:

    偏移量

  • Limit:

    限制条数



7375
7376
7377
# File 'lib/v20200217/models.rb', line 7375

def Offset
  @Offset
end

Instance Method Details

#deserialize(params) ⇒ Object



7385
7386
7387
7388
7389
7390
7391
# File 'lib/v20200217/models.rb', line 7385

def deserialize(params)
  @ClusterId = params['ClusterId']
  @NamespaceId = params['NamespaceId']
  @GroupId = params['GroupId']
  @Offset = params['Offset']
  @Limit = params['Limit']
end