Class: TencentCloud::Tdmq::V20200217::CmqTransactionPolicy
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::CmqTransactionPolicy
- Defined in:
- lib/v20200217/models.rb
Overview
cmq TransactionPolicy
Instance Attribute Summary collapse
-
#FirstQueryInterval ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#MaxQueryCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(firstqueryinterval = nil, maxquerycount = nil) ⇒ CmqTransactionPolicy
constructor
A new instance of CmqTransactionPolicy.
Constructor Details
#initialize(firstqueryinterval = nil, maxquerycount = nil) ⇒ CmqTransactionPolicy
Returns a new instance of CmqTransactionPolicy.
909 910 911 912 |
# File 'lib/v20200217/models.rb', line 909 def initialize(=nil, maxquerycount=nil) @FirstQueryInterval = @MaxQueryCount = maxquerycount end |
Instance Attribute Details
#FirstQueryInterval ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
907 908 909 |
# File 'lib/v20200217/models.rb', line 907 def FirstQueryInterval @FirstQueryInterval end |
#MaxQueryCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
907 908 909 |
# File 'lib/v20200217/models.rb', line 907 def MaxQueryCount @MaxQueryCount end |
Instance Method Details
#deserialize(params) ⇒ Object
914 915 916 917 |
# File 'lib/v20200217/models.rb', line 914 def deserialize(params) @FirstQueryInterval = params['FirstQueryInterval'] @MaxQueryCount = params['MaxQueryCount'] end |