Class: TencentCloud::Tke::V20180525::AnnotationValue
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::AnnotationValue
- Defined in:
- lib/v20180525/models.rb
Overview
注释
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ AnnotationValue
constructor
A new instance of AnnotationValue.
Constructor Details
#initialize(name = nil, value = nil) ⇒ AnnotationValue
Returns a new instance of AnnotationValue.
331 332 333 334 |
# File 'lib/v20180525/models.rb', line 331 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
329 330 331 |
# File 'lib/v20180525/models.rb', line 329 def Name @Name end |
#Value ⇒ Object
329 330 331 |
# File 'lib/v20180525/models.rb', line 329 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
336 337 338 339 |
# File 'lib/v20180525/models.rb', line 336 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |