Class: TencentCloud::Tdmq::V20200217::DescribePublisherSummaryRequest

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

Overview

DescribePublisherSummary请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clusterid = nil, namespace = nil, topic = nil) ⇒ DescribePublisherSummaryRequest

Returns a new instance of DescribePublisherSummaryRequest.



4651
4652
4653
4654
4655
# File 'lib/v20200217/models.rb', line 4651

def initialize(clusterid=nil, namespace=nil, topic=nil)
  @ClusterId = clusterid
  @Namespace = namespace
  @Topic = topic
end

Instance Attribute Details

#ClusterIdObject

Parameters:

  • ClusterId:

    集群ID

  • Namespace:

    命名空间名称

  • Topic:

    主题名称



4649
4650
4651
# File 'lib/v20200217/models.rb', line 4649

def ClusterId
  @ClusterId
end

#NamespaceObject

Parameters:

  • ClusterId:

    集群ID

  • Namespace:

    命名空间名称

  • Topic:

    主题名称



4649
4650
4651
# File 'lib/v20200217/models.rb', line 4649

def Namespace
  @Namespace
end

#TopicObject

Parameters:

  • ClusterId:

    集群ID

  • Namespace:

    命名空间名称

  • Topic:

    主题名称



4649
4650
4651
# File 'lib/v20200217/models.rb', line 4649

def Topic
  @Topic
end

Instance Method Details

#deserialize(params) ⇒ Object



4657
4658
4659
4660
4661
# File 'lib/v20200217/models.rb', line 4657

def deserialize(params)
  @ClusterId = params['ClusterId']
  @Namespace = params['Namespace']
  @Topic = params['Topic']
end