Class: TencentCloud::Bpaas::V20181217::ScfParam
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bpaas::V20181217::ScfParam
- Defined in:
- lib/v20181217/models.rb
Overview
Scf函数入参
Instance Attribute Summary collapse
-
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Values ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, type = nil, values = nil, name = nil) ⇒ ScfParam
constructor
A new instance of ScfParam.
Constructor Details
#initialize(key = nil, type = nil, values = nil, name = nil) ⇒ ScfParam
Returns a new instance of ScfParam.
311 312 313 314 315 316 |
# File 'lib/v20181217/models.rb', line 311 def initialize(key=nil, type=nil, values=nil, name=nil) @Key = key @Type = type @Values = values @Name = name end |
Instance Attribute Details
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
309 310 311 |
# File 'lib/v20181217/models.rb', line 309 def Key @Key end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
309 310 311 |
# File 'lib/v20181217/models.rb', line 309 def Name @Name end |
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
309 310 311 |
# File 'lib/v20181217/models.rb', line 309 def Type @Type end |
#Values ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
309 310 311 |
# File 'lib/v20181217/models.rb', line 309 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
318 319 320 321 322 323 |
# File 'lib/v20181217/models.rb', line 318 def deserialize(params) @Key = params['Key'] @Type = params['Type'] @Values = params['Values'] @Name = params['Name'] end |