Class: TencentCloud::Tke::V20180525::SequenceTag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::SequenceTag
- Defined in:
- lib/v20180525/models.rb
Overview
发布序列标签
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ SequenceTag
constructor
A new instance of SequenceTag.
Constructor Details
#initialize(key = nil, value = nil) ⇒ SequenceTag
Returns a new instance of SequenceTag.
19710 19711 19712 19713 |
# File 'lib/v20180525/models.rb', line 19710 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
19708 19709 19710 |
# File 'lib/v20180525/models.rb', line 19708 def Key @Key end |
#Value ⇒ Object
19708 19709 19710 |
# File 'lib/v20180525/models.rb', line 19708 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
19715 19716 19717 19718 |
# File 'lib/v20180525/models.rb', line 19715 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |