Class: TencentCloud::Emr::V20190103::Arg
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::Arg
- Defined in:
- lib/v20190103/models.rb
Overview
通用的参数
Instance Attribute Summary collapse
-
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Values ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, values = nil) ⇒ Arg
constructor
A new instance of Arg.
Constructor Details
#initialize(key = nil, values = nil) ⇒ Arg
Returns a new instance of Arg.
319 320 321 322 |
# File 'lib/v20190103/models.rb', line 319 def initialize(key=nil, values=nil) @Key = key @Values = values end |
Instance Attribute Details
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
317 318 319 |
# File 'lib/v20190103/models.rb', line 317 def Key @Key end |
#Values ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
317 318 319 |
# File 'lib/v20190103/models.rb', line 317 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
324 325 326 327 |
# File 'lib/v20190103/models.rb', line 324 def deserialize(params) @Key = params['Key'] @Values = params['Values'] end |