Class: TencentCloud::Wedata::V20210820::StrToStrMap
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::StrToStrMap
- Defined in:
- lib/v20210820/models.rb
Overview
map
Instance Attribute Summary collapse
-
#K ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#V ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(k = nil, v = nil) ⇒ StrToStrMap
constructor
A new instance of StrToStrMap.
Constructor Details
#initialize(k = nil, v = nil) ⇒ StrToStrMap
Returns a new instance of StrToStrMap.
33836 33837 33838 33839 |
# File 'lib/v20210820/models.rb', line 33836 def initialize(k=nil, v=nil) @K = k @V = v end |
Instance Attribute Details
#K ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
33834 33835 33836 |
# File 'lib/v20210820/models.rb', line 33834 def K @K end |
#V ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
33834 33835 33836 |
# File 'lib/v20210820/models.rb', line 33834 def V @V end |
Instance Method Details
#deserialize(params) ⇒ Object
33841 33842 33843 33844 |
# File 'lib/v20210820/models.rb', line 33841 def deserialize(params) @K = params['K'] @V = params['V'] end |