Class: TencentCloud::Eb::V20210416::SCFParams
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Eb::V20210416::SCFParams
- Defined in:
- lib/v20210416/models.rb
Overview
云函数参数
Instance Attribute Summary collapse
-
#BatchEventCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#BatchTimeout ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#EnableBatchDelivery ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(batchtimeout = nil, batcheventcount = nil, enablebatchdelivery = nil) ⇒ SCFParams
constructor
A new instance of SCFParams.
Constructor Details
#initialize(batchtimeout = nil, batcheventcount = nil, enablebatchdelivery = nil) ⇒ SCFParams
Returns a new instance of SCFParams.
2096 2097 2098 2099 2100 |
# File 'lib/v20210416/models.rb', line 2096 def initialize(batchtimeout=nil, batcheventcount=nil, enablebatchdelivery=nil) @BatchTimeout = batchtimeout @BatchEventCount = batcheventcount @EnableBatchDelivery = enablebatchdelivery end |
Instance Attribute Details
#BatchEventCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
2094 2095 2096 |
# File 'lib/v20210416/models.rb', line 2094 def BatchEventCount @BatchEventCount end |
#BatchTimeout ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
2094 2095 2096 |
# File 'lib/v20210416/models.rb', line 2094 def BatchTimeout @BatchTimeout end |
#EnableBatchDelivery ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
2094 2095 2096 |
# File 'lib/v20210416/models.rb', line 2094 def EnableBatchDelivery @EnableBatchDelivery end |
Instance Method Details
#deserialize(params) ⇒ Object
2102 2103 2104 2105 2106 |
# File 'lib/v20210416/models.rb', line 2102 def deserialize(params) @BatchTimeout = params['BatchTimeout'] @BatchEventCount = params['BatchEventCount'] @EnableBatchDelivery = params['EnableBatchDelivery'] end |