Class: TencentCloud::Wedata::V20210820::ParamMapDsDto
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::ParamMapDsDto
- Defined in:
- lib/v20210820/models.rb
Overview
ds参数map结构体
Instance Attribute Summary collapse
-
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ ParamMapDsDto
constructor
A new instance of ParamMapDsDto.
Constructor Details
#initialize(key = nil, value = nil) ⇒ ParamMapDsDto
Returns a new instance of ParamMapDsDto.
29755 29756 29757 29758 |
# File 'lib/v20210820/models.rb', line 29755 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
29753 29754 29755 |
# File 'lib/v20210820/models.rb', line 29753 def Key @Key end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
29753 29754 29755 |
# File 'lib/v20210820/models.rb', line 29753 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
29760 29761 29762 29763 |
# File 'lib/v20210820/models.rb', line 29760 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |