Class: TencentCloud::Tdmq::V20200217::ExchangeQuota
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::ExchangeQuota
- Defined in:
- lib/v20200217/models.rb
Overview
exchange使用配额信息
Instance Attribute Summary collapse
-
#MaxExchange ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#UsedExchange ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(maxexchange = nil, usedexchange = nil) ⇒ ExchangeQuota
constructor
A new instance of ExchangeQuota.
Constructor Details
#initialize(maxexchange = nil, usedexchange = nil) ⇒ ExchangeQuota
Returns a new instance of ExchangeQuota.
8044 8045 8046 8047 |
# File 'lib/v20200217/models.rb', line 8044 def initialize(maxexchange=nil, usedexchange=nil) @MaxExchange = maxexchange @UsedExchange = usedexchange end |
Instance Attribute Details
#MaxExchange ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8042 8043 8044 |
# File 'lib/v20200217/models.rb', line 8042 def MaxExchange @MaxExchange end |
#UsedExchange ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8042 8043 8044 |
# File 'lib/v20200217/models.rb', line 8042 def UsedExchange @UsedExchange end |
Instance Method Details
#deserialize(params) ⇒ Object
8049 8050 8051 8052 |
# File 'lib/v20200217/models.rb', line 8049 def deserialize(params) @MaxExchange = params['MaxExchange'] @UsedExchange = params['UsedExchange'] end |