Class: TencentCloud::Tdmq::V20200217::DescribePublisherSummaryResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DescribePublisherSummaryResponse
- Defined in:
- lib/v20200217/models.rb
Overview
DescribePublisherSummary返回参数结构体
Instance Attribute Summary collapse
-
#MsgRateIn ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#MsgThroughputIn ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#PublisherCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#StorageSize ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(msgratein = nil, msgthroughputin = nil, publishercount = nil, storagesize = nil, requestid = nil) ⇒ DescribePublisherSummaryResponse
constructor
A new instance of DescribePublisherSummaryResponse.
Constructor Details
#initialize(msgratein = nil, msgthroughputin = nil, publishercount = nil, storagesize = nil, requestid = nil) ⇒ DescribePublisherSummaryResponse
Returns a new instance of DescribePublisherSummaryResponse.
4683 4684 4685 4686 4687 4688 4689 |
# File 'lib/v20200217/models.rb', line 4683 def initialize(msgratein=nil, msgthroughputin=nil, publishercount=nil, storagesize=nil, requestid=nil) @MsgRateIn = msgratein @MsgThroughputIn = msgthroughputin @PublisherCount = publishercount @StorageSize = storagesize @RequestId = requestid end |
Instance Attribute Details
#MsgRateIn ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4681 4682 4683 |
# File 'lib/v20200217/models.rb', line 4681 def MsgRateIn @MsgRateIn end |
#MsgThroughputIn ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4681 4682 4683 |
# File 'lib/v20200217/models.rb', line 4681 def MsgThroughputIn @MsgThroughputIn end |
#PublisherCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4681 4682 4683 |
# File 'lib/v20200217/models.rb', line 4681 def PublisherCount @PublisherCount end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4681 4682 4683 |
# File 'lib/v20200217/models.rb', line 4681 def RequestId @RequestId end |
#StorageSize ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4681 4682 4683 |
# File 'lib/v20200217/models.rb', line 4681 def StorageSize @StorageSize end |
Instance Method Details
#deserialize(params) ⇒ Object
4691 4692 4693 4694 4695 4696 4697 |
# File 'lib/v20200217/models.rb', line 4691 def deserialize(params) @MsgRateIn = params['MsgRateIn'] @MsgThroughputIn = params['MsgThroughputIn'] @PublisherCount = params['PublisherCount'] @StorageSize = params['StorageSize'] @RequestId = params['RequestId'] end |