Class: TencentCloud::Emr::V20190103::TkeLabel
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::TkeLabel
- Defined in:
- lib/v20190103/models.rb
Overview
Kubernetes Label
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ TkeLabel
constructor
A new instance of TkeLabel.
Constructor Details
#initialize(name = nil, value = nil) ⇒ TkeLabel
Returns a new instance of TkeLabel.
14456 14457 14458 14459 |
# File 'lib/v20190103/models.rb', line 14456 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
14454 14455 14456 |
# File 'lib/v20190103/models.rb', line 14454 def Name @Name end |
#Value ⇒ Object
14454 14455 14456 |
# File 'lib/v20190103/models.rb', line 14454 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
14461 14462 14463 14464 |
# File 'lib/v20190103/models.rb', line 14461 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |